Color Hex Logo

#81a7dc Color Hex

#81A7DC
(129,167,220)
0 Favorites   0 Comments

Color spaces of #81a7dc

RGB 129167220
HSL0.600.570.68
HSV215°41°86°
CMYK 0.410.240.00   0.14
XYZ35.790237.471973.0566
Yxy37.47190.24460.2561
Hunter Lab61.2143-2.7613-27.9100
CIE-Lab67.62960.5870-30.9018

#81a7dc color RGB value is (129,167,220).

#81a7dc hex color red value is 129, green value is 167 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #81a7dc hue: 0.60 , saturation: 0.57 and the lightness value of 81a7dc is 0.68.

The process color (four color CMYK) of #81a7dc color hex is 0.41, 0.24, 0.00, 0.14. Web safe color of #81a7dc is #9999cc. Color #81a7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10100111 11011100
Octal 201 247 334
Decimal 129 167 220
Hex 81 A7 DC

RGB Percentages of Color #81a7dc

%25.00
%32.36
%42.64

CMYK Percentages of Color #81a7dc

%41
%24
%0
%14

Triadic Colors of #81a7dc

#81a7dc #dc81a7 #a7dc81

Analogous Colors of #81a7dc

#81a7dc #8981dc #81d5dc

Monochromatic Colors of #81a7dc

#81a7dc

Complementary Color

#81a7dc #dcb681

#81a7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81a7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#81a7dc Color CSS Codes

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

#81a7dc Text Font Color

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

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


#81a7dc Background Color

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

This div background color is #81a7dc


#81a7dc Border Color

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

This div border color is #81a7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81a7dc


Comments

No comments written yet.

Please login to write comment.