Color spaces of #72face
RGB | 114 | 250 | 206 |
---|---|---|---|
HSL | 0.45 | 0.93 | 0.71 |
HSV | 161° | 54° | 98° |
CMYK | 0.54 | 0.00 | 0.18 0.02 |
XYZ | 52.2656 | 76.4049 | 70.3854 |
Yxy | 76.4049 | 0.2626 | 0.3838 |
Hunter Lab | 87.4099 | -46.2356 | 13.4446 |
CIE-Lab | 90.0470 | -47.4653 | 9.9095 |
#72face color RGB value is (114,250,206).
#72face hex color red value is 114, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #72face hue: 0.45 , saturation: 0.93 and the lightness value of 72face is 0.71.
The process color (four color CMYK) of #72face color hex is 0.54, 0.00, 0.18, 0.02. Web safe color of #72face is #66ffcc. Color #72face contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 11111010 | 11001110 |
Octal | 162 | 372 | 316 |
Decimal | 114 | 250 | 206 |
Hex | 72 | FA | CE |
Shades of #72face
Tints of #72face
RGB Percentages of Color #72face
CMYK Percentages of Color #72face
Complementary Color
#72face | #fa729e |
#72face Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72face Color Preview on White Background
Lorem ipsum dolor sit amet.
#72face Color CSS Codes
.mybgcolor {background-color:#72face; } .myforecolor {color:#72face; } .mybordercolor {border:3px solid #72face; }
#72face Text Font Color
<p style="color:#72face">Text here</p>
This sample text font color is #72face
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.
#72face Background Color
<div style="background-color:#72face">
Div content here</div>
This div background color is #72face
#72face Border Color
<div style="border:3px solid #72face">
Div here</div>
This div border color is #72face
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,250,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72face; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72face; -webkit-box-shadow: 1px 1px 3px 2px #72face; box-shadow: 1px 1px 3px 2px #72face; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,250,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72face">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72face; -webkit-box-shadow: 1px 1px 3px 2px #72face; box-shadow: 1px 1px 3px 2px #72face;">
Div content here</div>
This div box has shadow with color #72face
Comments
No comments written yet.
Please login to write comment.