Color Hex Logo

#81afde Color Hex

#81AFDE
(129,175,222)
0 Favorites   0 Comments

Color spaces of #81afde

RGB 129175222
HSL0.580.580.69
HSV210°42°87°
CMYK 0.420.210.00   0.13
XYZ37.568040.601074.9640
Yxy40.60100.24530.2651
Hunter Lab63.7189-6.2664-25.1502
CIE-Lab69.8955-3.2978-28.5058

#81afde color RGB value is (129,175,222).

#81afde hex color red value is 129, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #81afde hue: 0.58 , saturation: 0.58 and the lightness value of 81afde is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101111 11011110
Octal 201 257 336
Decimal 129 175 222
Hex 81 AF DE

RGB Percentages of Color #81afde

%24.52
%33.27
%42.21

CMYK Percentages of Color #81afde

%42
%21
%0
%13

Triadic Colors of #81afde

#81afde #de81af #afde81

Analogous Colors of #81afde

#81afde #8281de #81dede

Monochromatic Colors of #81afde

#81afde

Complementary Color

#81afde #deb081

#81afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#81afde Color CSS Codes

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

#81afde Text Font Color

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

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


#81afde Background Color

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

This div background color is #81afde


#81afde Border Color

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

This div border color is #81afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81afde


Comments

No comments written yet.

Please login to write comment.