Color spaces of #cdef5f
RGB | 205 | 239 | 95 |
---|---|---|---|
HSL | 0.21 | 0.82 | 0.65 |
HSV | 74° | 60° | 94° |
CMYK | 0.14 | 0.00 | 0.60 0.06 |
XYZ | 58.1089 | 75.5384 | 22.3442 |
Yxy | 75.5384 | 0.3725 | 0.4842 |
Hunter Lab | 86.9128 | -32.7544 | 45.5963 |
CIE-Lab | 89.6446 | -31.0010 | 64.1777 |
#cdef5f color RGB value is (205,239,95).
#cdef5f hex color red value is 205, green value is 239 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cdef5f hue: 0.21 , saturation: 0.82 and the lightness value of cdef5f is 0.65.
The process color (four color CMYK) of #cdef5f color hex is 0.14, 0.00, 0.60, 0.06. Web safe color of #cdef5f is #ccff66. Color #cdef5f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101111 | 01011111 |
Octal | 315 | 357 | 137 |
Decimal | 205 | 239 | 95 |
Hex | CD | EF | 5F |
Shades of #cdef5f
Tints of #cdef5f
RGB Percentages of Color #cdef5f
CMYK Percentages of Color #cdef5f
Complementary Color
#cdef5f | #815fef |
#cdef5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdef5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdef5f Color CSS Codes
.mybgcolor {background-color:#cdef5f; } .myforecolor {color:#cdef5f; } .mybordercolor {border:3px solid #cdef5f; }
#cdef5f Text Font Color
<p style="color:#cdef5f">Text here</p>
This sample text font color is #cdef5f
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.
#cdef5f Background Color
<div style="background-color:#cdef5f">
Div content here</div>
This div background color is #cdef5f
#cdef5f Border Color
<div style="border:3px solid #cdef5f">
Div here</div>
This div border color is #cdef5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,239,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdef5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdef5f; -webkit-box-shadow: 1px 1px 3px 2px #cdef5f; box-shadow: 1px 1px 3px 2px #cdef5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,239,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdef5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdef5f; -webkit-box-shadow: 1px 1px 3px 2px #cdef5f; box-shadow: 1px 1px 3px 2px #cdef5f;">
Div content here</div>
This div box has shadow with color #cdef5f
Comments
No comments written yet.
Please login to write comment.