Color spaces of #72bfdd
RGB | 114 | 191 | 221 |
---|---|---|---|
HSL | 0.55 | 0.61 | 0.66 |
HSV | 197° | 48° | 87° |
CMYK | 0.48 | 0.14 | 0.00 0.13 |
XYZ | 38.6214 | 46.0595 | 75.2614 |
Yxy | 46.0595 | 0.2415 | 0.2880 |
Hunter Lab | 67.8671 | -17.1879 | -18.2427 |
CIE-Lab | 73.5841 | -15.7991 | -22.3793 |
#72bfdd color RGB value is (114,191,221).
#72bfdd hex color red value is 114, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #72bfdd hue: 0.55 , saturation: 0.61 and the lightness value of 72bfdd is 0.66.
The process color (four color CMYK) of #72bfdd color hex is 0.48, 0.14, 0.00, 0.13. Web safe color of #72bfdd is #66cccc. Color #72bfdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10111111 | 11011101 |
Octal | 162 | 277 | 335 |
Decimal | 114 | 191 | 221 |
Hex | 72 | BF | DD |
Shades of #72bfdd
Tints of #72bfdd
RGB Percentages of Color #72bfdd
CMYK Percentages of Color #72bfdd
Complementary Color
#72bfdd | #dd9072 |
#72bfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72bfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#72bfdd Color CSS Codes
.mybgcolor {background-color:#72bfdd; } .myforecolor {color:#72bfdd; } .mybordercolor {border:3px solid #72bfdd; }
#72bfdd Text Font Color
<p style="color:#72bfdd">Text here</p>
This sample text font color is #72bfdd
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.
#72bfdd Background Color
<div style="background-color:#72bfdd">
Div content here</div>
This div background color is #72bfdd
#72bfdd Border Color
<div style="border:3px solid #72bfdd">
Div here</div>
This div border color is #72bfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72bfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72bfdd; -webkit-box-shadow: 1px 1px 3px 2px #72bfdd; box-shadow: 1px 1px 3px 2px #72bfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,191,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72bfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72bfdd; -webkit-box-shadow: 1px 1px 3px 2px #72bfdd; box-shadow: 1px 1px 3px 2px #72bfdd;">
Div content here</div>
This div box has shadow with color #72bfdd
Comments
No comments written yet.
Please login to write comment.