Color spaces of #81bbee
RGB | 129 | 187 | 238 |
---|---|---|---|
HSL | 0.58 | 0.76 | 0.72 |
HSV | 208° | 46° | 93° |
CMYK | 0.46 | 0.21 | 0.00 0.07 |
XYZ | 42.2562 | 46.3808 | 87.6142 |
Yxy | 46.3808 | 0.2397 | 0.2632 |
Hunter Lab | 68.1035 | -8.4270 | -28.6034 |
CIE-Lab | 73.7919 | -5.4234 | -31.2099 |
#81bbee color RGB value is (129,187,238).
#81bbee hex color red value is 129, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #81bbee hue: 0.58 , saturation: 0.76 and the lightness value of 81bbee is 0.72.
The process color (four color CMYK) of #81bbee color hex is 0.46, 0.21, 0.00, 0.07. Web safe color of #81bbee is #99ccff. Color #81bbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10111011 | 11101110 |
Octal | 201 | 273 | 356 |
Decimal | 129 | 187 | 238 |
Hex | 81 | BB | EE |
Shades of #81bbee
Tints of #81bbee
RGB Percentages of Color #81bbee
CMYK Percentages of Color #81bbee
Complementary Color
#81bbee | #eeb481 |
#81bbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81bbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#81bbee Color CSS Codes
.mybgcolor {background-color:#81bbee; } .myforecolor {color:#81bbee; } .mybordercolor {border:3px solid #81bbee; }
#81bbee Text Font Color
<p style="color:#81bbee">Text here</p>
This sample text font color is #81bbee
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.
#81bbee Background Color
<div style="background-color:#81bbee">
Div content here</div>
This div background color is #81bbee
#81bbee Border Color
<div style="border:3px solid #81bbee">
Div here</div>
This div border color is #81bbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,187,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81bbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81bbee; -webkit-box-shadow: 1px 1px 3px 2px #81bbee; box-shadow: 1px 1px 3px 2px #81bbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,187,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81bbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81bbee; -webkit-box-shadow: 1px 1px 3px 2px #81bbee; box-shadow: 1px 1px 3px 2px #81bbee;">
Div content here</div>
This div box has shadow with color #81bbee
Comments
No comments written yet.
Please login to write comment.