Color spaces of #72cfeb
RGB | 114 | 207 | 235 |
---|---|---|---|
HSL | 0.54 | 0.75 | 0.68 |
HSV | 194° | 51° | 92° |
CMYK | 0.51 | 0.12 | 0.00 0.08 |
XYZ | 44.2476 | 54.2012 | 86.7270 |
Yxy | 54.2012 | 0.2389 | 0.2927 |
Hunter Lab | 73.6215 | -21.5564 | -18.3093 |
CIE-Lab | 78.5789 | -20.1540 | -22.3265 |
#72cfeb color RGB value is (114,207,235).
#72cfeb hex color red value is 114, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #72cfeb hue: 0.54 , saturation: 0.75 and the lightness value of 72cfeb is 0.68.
The process color (four color CMYK) of #72cfeb color hex is 0.51, 0.12, 0.00, 0.08. Web safe color of #72cfeb is #66ccff. Color #72cfeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 11001111 | 11101011 |
Octal | 162 | 317 | 353 |
Decimal | 114 | 207 | 235 |
Hex | 72 | CF | EB |
Shades of #72cfeb
Tints of #72cfeb
RGB Percentages of Color #72cfeb
CMYK Percentages of Color #72cfeb
Complementary Color
#72cfeb | #eb8e72 |
#72cfeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72cfeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#72cfeb Color CSS Codes
.mybgcolor {background-color:#72cfeb; } .myforecolor {color:#72cfeb; } .mybordercolor {border:3px solid #72cfeb; }
#72cfeb Text Font Color
<p style="color:#72cfeb">Text here</p>
This sample text font color is #72cfeb
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.
#72cfeb Background Color
<div style="background-color:#72cfeb">
Div content here</div>
This div background color is #72cfeb
#72cfeb Border Color
<div style="border:3px solid #72cfeb">
Div here</div>
This div border color is #72cfeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,207,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72cfeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72cfeb; -webkit-box-shadow: 1px 1px 3px 2px #72cfeb; box-shadow: 1px 1px 3px 2px #72cfeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,207,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72cfeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72cfeb; -webkit-box-shadow: 1px 1px 3px 2px #72cfeb; box-shadow: 1px 1px 3px 2px #72cfeb;">
Div content here</div>
This div box has shadow with color #72cfeb
Comments
No comments written yet.
Please login to write comment.