Color Hex Logo

#81adcb Color Hex

#81ADCB
(129,173,203)
0 Favorites   0 Comments

Color spaces of #81adcb

RGB 129173203
HSL0.570.420.65
HSV204°36°80°
CMYK 0.360.150.00   0.20
XYZ34.776338.866162.1689
Yxy38.86610.25610.2862
Hunter Lab62.3427-9.5279-15.4849
CIE-Lab68.6542-7.2715-19.9654

#81adcb color RGB value is (129,173,203).

#81adcb hex color red value is 129, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #81adcb hue: 0.57 , saturation: 0.42 and the lightness value of 81adcb is 0.65.

The process color (four color CMYK) of #81adcb color hex is 0.36, 0.15, 0.00, 0.20. Web safe color of #81adcb is #9999cc. Color #81adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101101 11001011
Octal 201 255 313
Decimal 129 173 203
Hex 81 AD CB

RGB Percentages of Color #81adcb

%25.54
%34.26
%40.20

CMYK Percentages of Color #81adcb

%36
%15
%0
%20

Triadic Colors of #81adcb

#81adcb #cb81ad #adcb81

Analogous Colors of #81adcb

#81adcb #8188cb #81cbc4

Monochromatic Colors of #81adcb

#81adcb

Complementary Color

#81adcb #cb9f81

#81adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81adcb Color CSS Codes

.mybgcolor {background-color:#81adcb; } 
.myforecolor {color:#81adcb; }
.mybordercolor {border:3px solid #81adcb; }

#81adcb Text Font Color

<p style="color:#81adcb">Text here</p>

This sample text font color is #81adcb
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.


#81adcb Background Color

<div style="background-color:#81adcb">
Div content here</div>

This div background color is #81adcb


#81adcb Border Color

<div style="border:3px solid #81adcb">
Div here</div>

This div border color is #81adcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,173,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81adcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81adcb;
  -webkit-box-shadow: 1px 1px 3px 2px #81adcb;
  box-shadow:         1px 1px 3px 2px #81adcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,173,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #81adcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #81adcb;
  -webkit-box-shadow: 1px 1px 3px 2px #81adcb;
  box-shadow:         1px 1px 3px 2px #81adcb;">
Div content here</div>

This div box has shadow with color #81adcb


Comments

No comments written yet.

Please login to write comment.