Color spaces of #cef172
RGB | 206 | 241 | 114 |
---|---|---|---|
HSL | 0.21 | 0.82 | 0.70 |
HSV | 77° | 53° | 95° |
CMYK | 0.15 | 0.00 | 0.53 0.05 |
XYZ | 59.9462 | 77.2473 | 27.6703 |
Yxy | 77.2473 | 0.3636 | 0.4686 |
Hunter Lab | 87.8904 | -32.0613 | 42.8572 |
CIE-Lab | 90.4353 | -29.9831 | 56.8273 |
#cef172 color RGB value is (206,241,114).
#cef172 hex color red value is 206, green value is 241 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cef172 hue: 0.21 , saturation: 0.82 and the lightness value of cef172 is 0.70.
The process color (four color CMYK) of #cef172 color hex is 0.15, 0.00, 0.53, 0.05. Web safe color of #cef172 is #ccff66. Color #cef172 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11110001 | 01110010 |
Octal | 316 | 361 | 162 |
Decimal | 206 | 241 | 114 |
Hex | CE | F1 | 72 |
Shades of #cef172
Tints of #cef172
RGB Percentages of Color #cef172
CMYK Percentages of Color #cef172
Complementary Color
#cef172 | #9572f1 |
#cef172 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cef172 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cef172 Color CSS Codes
.mybgcolor {background-color:#cef172; } .myforecolor {color:#cef172; } .mybordercolor {border:3px solid #cef172; }
#cef172 Text Font Color
<p style="color:#cef172">Text here</p>
This sample text font color is #cef172
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.
#cef172 Background Color
<div style="background-color:#cef172">
Div content here</div>
This div background color is #cef172
#cef172 Border Color
<div style="border:3px solid #cef172">
Div here</div>
This div border color is #cef172
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,241,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cef172; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cef172; -webkit-box-shadow: 1px 1px 3px 2px #cef172; box-shadow: 1px 1px 3px 2px #cef172; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,241,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cef172">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cef172; -webkit-box-shadow: 1px 1px 3px 2px #cef172; box-shadow: 1px 1px 3px 2px #cef172;">
Div content here</div>
This div box has shadow with color #cef172
Comments
No comments written yet.
Please login to write comment.