Color spaces of #72bbeb
RGB | 114 | 187 | 235 |
---|---|---|---|
HSL | 0.57 | 0.75 | 0.68 |
HSV | 204° | 51° | 92° |
CMYK | 0.51 | 0.20 | 0.00 0.08 |
XYZ | 39.7052 | 45.1162 | 85.2129 |
Yxy | 45.1162 | 0.2335 | 0.2653 |
Hunter Lab | 67.1686 | -12.0288 | -28.1998 |
CIE-Lab | 72.9683 | -9.7126 | -30.9147 |
#72bbeb color RGB value is (114,187,235).
#72bbeb hex color red value is 114, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #72bbeb hue: 0.57 , saturation: 0.75 and the lightness value of 72bbeb is 0.68.
The process color (four color CMYK) of #72bbeb color hex is 0.51, 0.20, 0.00, 0.08. Web safe color of #72bbeb is #66ccff. Color #72bbeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10111011 | 11101011 |
Octal | 162 | 273 | 353 |
Decimal | 114 | 187 | 235 |
Hex | 72 | BB | EB |
Shades of #72bbeb
Tints of #72bbeb
RGB Percentages of Color #72bbeb
CMYK Percentages of Color #72bbeb
Complementary Color
#72bbeb | #eba272 |
#72bbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72bbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#72bbeb Color CSS Codes
.mybgcolor {background-color:#72bbeb; } .myforecolor {color:#72bbeb; } .mybordercolor {border:3px solid #72bbeb; }
#72bbeb Text Font Color
<p style="color:#72bbeb">Text here</p>
This sample text font color is #72bbeb
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.
#72bbeb Background Color
<div style="background-color:#72bbeb">
Div content here</div>
This div background color is #72bbeb
#72bbeb Border Color
<div style="border:3px solid #72bbeb">
Div here</div>
This div border color is #72bbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,187,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72bbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72bbeb; -webkit-box-shadow: 1px 1px 3px 2px #72bbeb; box-shadow: 1px 1px 3px 2px #72bbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,187,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 #72bbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72bbeb; -webkit-box-shadow: 1px 1px 3px 2px #72bbeb; box-shadow: 1px 1px 3px 2px #72bbeb;">
Div content here</div>
This div box has shadow with color #72bbeb
Comments
No comments written yet.
Please login to write comment.