Color Hex Logo

#81a6df Color Hex

#81A6DF
(129,166,223)
0 Favorites   0 Comments

Color spaces of #81a6df

RGB 129166223
HSL0.600.590.69
HSV216°42°87°
CMYK 0.420.260.00   0.13
XYZ36.008837.267375.1075
Yxy37.26730.24270.2512
Hunter Lab61.0469-1.5432-30.2130
CIE-Lab67.47711.9779-32.7880

#81a6df color RGB value is (129,166,223).

#81a6df hex color red value is 129, green value is 166 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #81a6df hue: 0.60 , saturation: 0.59 and the lightness value of 81a6df is 0.69.

The process color (four color CMYK) of #81a6df color hex is 0.42, 0.26, 0.00, 0.13. Web safe color of #81a6df is #9999cc. Color #81a6df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10100110 11011111
Octal 201 246 337
Decimal 129 166 223
Hex 81 A6 DF

RGB Percentages of Color #81a6df

%24.90
%32.05
%43.05

CMYK Percentages of Color #81a6df

%42
%26
%0
%13

Triadic Colors of #81a6df

#81a6df #df81a6 #a6df81

Analogous Colors of #81a6df

#81a6df #8b81df #81d5df

Monochromatic Colors of #81a6df

#81a6df

Complementary Color

#81a6df #dfba81

#81a6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81a6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#81a6df Color CSS Codes

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

#81a6df Text Font Color

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

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


#81a6df Background Color

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

This div background color is #81a6df


#81a6df Border Color

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

This div border color is #81a6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81a6df


Comments

No comments written yet.

Please login to write comment.