Color Hex Logo

#81afce Color Hex

#81AFCE
(129,175,206)
0 Favorites   0 Comments

Color spaces of #81afce

RGB 129175206
HSL0.570.440.66
HSV204°37°81°
CMYK 0.370.150.00   0.19
XYZ35.523839.783364.1992
Yxy39.78330.25460.2852
Hunter Lab63.0740-9.8468-16.1959
CIE-Lab69.3149-7.5754-20.6131

#81afce color RGB value is (129,175,206).

#81afce hex color red value is 129, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #81afce hue: 0.57 , saturation: 0.44 and the lightness value of 81afce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101111 11001110
Octal 201 257 316
Decimal 129 175 206
Hex 81 AF CE

RGB Percentages of Color #81afce

%25.29
%34.31
%40.39

CMYK Percentages of Color #81afce

%37
%15
%0
%19

Triadic Colors of #81afce

#81afce #ce81af #afce81

Analogous Colors of #81afce

#81afce #8189ce #81cec7

Monochromatic Colors of #81afce

#81afce

Complementary Color

#81afce #cea081

#81afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#81afce Color CSS Codes

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

#81afce Text Font Color

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

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


#81afce Background Color

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

This div background color is #81afce


#81afce Border Color

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

This div border color is #81afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81afce


Comments

No comments written yet.

Please login to write comment.