Color spaces of #81cdec
RGB | 129 | 205 | 236 |
---|---|---|---|
HSL | 0.55 | 0.74 | 0.72 |
HSV | 197° | 45° | 93° |
CMYK | 0.45 | 0.13 | 0.00 0.07 |
XYZ | 46.0249 | 54.3859 | 87.4286 |
Yxy | 54.3859 | 0.2450 | 0.2895 |
Hunter Lab | 73.7468 | -17.6562 | -18.6670 |
CIE-Lab | 78.6862 | -15.4960 | -22.6401 |
#81cdec color RGB value is (129,205,236).
#81cdec hex color red value is 129, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #81cdec hue: 0.55 , saturation: 0.74 and the lightness value of 81cdec is 0.72.
The process color (four color CMYK) of #81cdec color hex is 0.45, 0.13, 0.00, 0.07. Web safe color of #81cdec is #99ccff. Color #81cdec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11001101 | 11101100 |
Octal | 201 | 315 | 354 |
Decimal | 129 | 205 | 236 |
Hex | 81 | CD | EC |
Shades of #81cdec
Tints of #81cdec
RGB Percentages of Color #81cdec
CMYK Percentages of Color #81cdec
Complementary Color
#81cdec | #eca081 |
#81cdec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81cdec Color Preview on White Background
Lorem ipsum dolor sit amet.
#81cdec Color CSS Codes
.mybgcolor {background-color:#81cdec; } .myforecolor {color:#81cdec; } .mybordercolor {border:3px solid #81cdec; }
#81cdec Text Font Color
<p style="color:#81cdec">Text here</p>
This sample text font color is #81cdec
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.
#81cdec Background Color
<div style="background-color:#81cdec">
Div content here</div>
This div background color is #81cdec
#81cdec Border Color
<div style="border:3px solid #81cdec">
Div here</div>
This div border color is #81cdec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,205,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81cdec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81cdec; -webkit-box-shadow: 1px 1px 3px 2px #81cdec; box-shadow: 1px 1px 3px 2px #81cdec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,205,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81cdec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81cdec; -webkit-box-shadow: 1px 1px 3px 2px #81cdec; box-shadow: 1px 1px 3px 2px #81cdec;">
Div content here</div>
This div box has shadow with color #81cdec
Comments
No comments written yet.
Please login to write comment.