Color spaces of #cde758
RGB | 205 | 231 | 88 |
---|---|---|---|
HSL | 0.20 | 0.75 | 0.63 |
HSV | 71° | 62° | 91° |
CMYK | 0.11 | 0.00 | 0.62 0.09 |
XYZ | 55.5142 | 70.8355 | 19.9792 |
Yxy | 70.8355 | 0.3794 | 0.4841 |
Hunter Lab | 84.1638 | -29.5487 | 44.8401 |
CIE-Lab | 87.4050 | -27.7604 | 64.6346 |
#cde758 color RGB value is (205,231,88).
#cde758 hex color red value is 205, green value is 231 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cde758 hue: 0.20 , saturation: 0.75 and the lightness value of cde758 is 0.63.
The process color (four color CMYK) of #cde758 color hex is 0.11, 0.00, 0.62, 0.09. Web safe color of #cde758 is #ccff66. Color #cde758 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100111 | 01011000 |
Octal | 315 | 347 | 130 |
Decimal | 205 | 231 | 88 |
Hex | CD | E7 | 58 |
Shades of #cde758
Tints of #cde758
RGB Percentages of Color #cde758
CMYK Percentages of Color #cde758
Complementary Color
#cde758 | #7258e7 |
#cde758 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde758 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde758 Color CSS Codes
.mybgcolor {background-color:#cde758; } .myforecolor {color:#cde758; } .mybordercolor {border:3px solid #cde758; }
#cde758 Text Font Color
<p style="color:#cde758">Text here</p>
This sample text font color is #cde758
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cde758 Background Color
<div style="background-color:#cde758">
Div content here</div>
This div background color is #cde758
#cde758 Border Color
<div style="border:3px solid #cde758">
Div here</div>
This div border color is #cde758
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,231,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde758; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde758; -webkit-box-shadow: 1px 1px 3px 2px #cde758; box-shadow: 1px 1px 3px 2px #cde758; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,231,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde758">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde758; -webkit-box-shadow: 1px 1px 3px 2px #cde758; box-shadow: 1px 1px 3px 2px #cde758;">
Div content here</div>
This div box has shadow with color #cde758
Comments
No comments written yet.
Please login to write comment.