Color spaces of #81bdcc
RGB | 129 | 189 | 204 |
---|---|---|---|
HSL | 0.53 | 0.42 | 0.65 |
HSV | 192° | 37° | 80° |
CMYK | 0.37 | 0.07 | 0.00 0.20 |
XYZ | 38.1499 | 45.4220 | 63.8833 |
Yxy | 45.4220 | 0.2587 | 0.3080 |
Hunter Lab | 67.3958 | -16.9015 | -9.0228 |
CIE-Lab | 73.1689 | -15.5226 | -13.6928 |
#81bdcc color RGB value is (129,189,204).
#81bdcc hex color red value is 129, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #81bdcc hue: 0.53 , saturation: 0.42 and the lightness value of 81bdcc is 0.65.
The process color (four color CMYK) of #81bdcc color hex is 0.37, 0.07, 0.00, 0.20. Web safe color of #81bdcc is #99cccc. Color #81bdcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10111101 | 11001100 |
Octal | 201 | 275 | 314 |
Decimal | 129 | 189 | 204 |
Hex | 81 | BD | CC |
Shades of #81bdcc
Tints of #81bdcc
RGB Percentages of Color #81bdcc
CMYK Percentages of Color #81bdcc
Complementary Color
#81bdcc | #cc9081 |
#81bdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81bdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#81bdcc Color CSS Codes
.mybgcolor {background-color:#81bdcc; } .myforecolor {color:#81bdcc; } .mybordercolor {border:3px solid #81bdcc; }
#81bdcc Text Font Color
<p style="color:#81bdcc">Text here</p>
This sample text font color is #81bdcc
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.
#81bdcc Background Color
<div style="background-color:#81bdcc">
Div content here</div>
This div background color is #81bdcc
#81bdcc Border Color
<div style="border:3px solid #81bdcc">
Div here</div>
This div border color is #81bdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81bdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81bdcc; -webkit-box-shadow: 1px 1px 3px 2px #81bdcc; box-shadow: 1px 1px 3px 2px #81bdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,189,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81bdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81bdcc; -webkit-box-shadow: 1px 1px 3px 2px #81bdcc; box-shadow: 1px 1px 3px 2px #81bdcc;">
Div content here</div>
This div box has shadow with color #81bdcc
Comments
No comments written yet.
Please login to write comment.