Color spaces of #cfe15b
RGB | 207 | 225 | 91 |
---|---|---|---|
HSL | 0.19 | 0.69 | 0.62 |
HSV | 68° | 60° | 88° |
CMYK | 0.08 | 0.00 | 0.60 0.12 |
XYZ | 54.5457 | 67.8712 | 20.1231 |
Yxy | 67.8712 | 0.3827 | 0.4762 |
Hunter Lab | 82.3840 | -25.9887 | 43.1866 |
CIE-Lab | 85.9420 | -23.8991 | 61.8399 |
#cfe15b color RGB value is (207,225,91).
#cfe15b hex color red value is 207, green value is 225 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cfe15b hue: 0.19 , saturation: 0.69 and the lightness value of cfe15b is 0.62.
The process color (four color CMYK) of #cfe15b color hex is 0.08, 0.00, 0.60, 0.12. Web safe color of #cfe15b is #cccc66. Color #cfe15b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100001 | 01011011 |
Octal | 317 | 341 | 133 |
Decimal | 207 | 225 | 91 |
Hex | CF | E1 | 5B |
Shades of #cfe15b
Tints of #cfe15b
RGB Percentages of Color #cfe15b
CMYK Percentages of Color #cfe15b
Complementary Color
#cfe15b | #6d5be1 |
#cfe15b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe15b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe15b Color CSS Codes
.mybgcolor {background-color:#cfe15b; } .myforecolor {color:#cfe15b; } .mybordercolor {border:3px solid #cfe15b; }
#cfe15b Text Font Color
<p style="color:#cfe15b">Text here</p>
This sample text font color is #cfe15b
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.
#cfe15b Background Color
<div style="background-color:#cfe15b">
Div content here</div>
This div background color is #cfe15b
#cfe15b Border Color
<div style="border:3px solid #cfe15b">
Div here</div>
This div border color is #cfe15b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,225,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe15b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe15b; -webkit-box-shadow: 1px 1px 3px 2px #cfe15b; box-shadow: 1px 1px 3px 2px #cfe15b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,225,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe15b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe15b; -webkit-box-shadow: 1px 1px 3px 2px #cfe15b; box-shadow: 1px 1px 3px 2px #cfe15b;">
Div content here</div>
This div box has shadow with color #cfe15b
Comments
No comments written yet.
Please login to write comment.