Color spaces of #72bbdf
RGB | 114 | 187 | 223 |
---|---|---|---|
HSL | 0.56 | 0.63 | 0.66 |
HSV | 200° | 49° | 87° |
CMYK | 0.49 | 0.16 | 0.00 0.13 |
XYZ | 38.0290 | 44.4458 | 76.3866 |
Yxy | 44.4458 | 0.2394 | 0.2798 |
Hunter Lab | 66.6677 | -14.8474 | -21.2660 |
CIE-Lab | 72.5255 | -13.1392 | -25.0814 |
#72bbdf color RGB value is (114,187,223).
#72bbdf hex color red value is 114, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #72bbdf hue: 0.56 , saturation: 0.63 and the lightness value of 72bbdf is 0.66.
The process color (four color CMYK) of #72bbdf color hex is 0.49, 0.16, 0.00, 0.13. Web safe color of #72bbdf is #66cccc. Color #72bbdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10111011 | 11011111 |
Octal | 162 | 273 | 337 |
Decimal | 114 | 187 | 223 |
Hex | 72 | BB | DF |
Shades of #72bbdf
Tints of #72bbdf
RGB Percentages of Color #72bbdf
CMYK Percentages of Color #72bbdf
Complementary Color
#72bbdf | #df9672 |
#72bbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72bbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#72bbdf Color CSS Codes
.mybgcolor {background-color:#72bbdf; } .myforecolor {color:#72bbdf; } .mybordercolor {border:3px solid #72bbdf; }
#72bbdf Text Font Color
<p style="color:#72bbdf">Text here</p>
This sample text font color is #72bbdf
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.
#72bbdf Background Color
<div style="background-color:#72bbdf">
Div content here</div>
This div background color is #72bbdf
#72bbdf Border Color
<div style="border:3px solid #72bbdf">
Div here</div>
This div border color is #72bbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,187,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72bbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72bbdf; -webkit-box-shadow: 1px 1px 3px 2px #72bbdf; box-shadow: 1px 1px 3px 2px #72bbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,187,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72bbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72bbdf; -webkit-box-shadow: 1px 1px 3px 2px #72bbdf; box-shadow: 1px 1px 3px 2px #72bbdf;">
Div content here</div>
This div box has shadow with color #72bbdf
Comments
No comments written yet.
Please login to write comment.