Color Hex Logo

#81afef Color Hex

#81AFEF
(129,175,239)
0 Favorites   0 Comments

Color spaces of #81afef

RGB 129175239
HSL0.600.770.72
HSV215°46°94°
CMYK 0.460.270.00   0.06
XYZ39.963241.559187.5768
Yxy41.55910.23630.2458
Hunter Lab64.4663-2.1625-35.4183
CIE-Lab70.56591.4507-36.7457

#81afef color RGB value is (129,175,239).

#81afef hex color red value is 129, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #81afef hue: 0.60 , saturation: 0.77 and the lightness value of 81afef is 0.72.

The process color (four color CMYK) of #81afef color hex is 0.46, 0.27, 0.00, 0.06. Web safe color of #81afef is #9999ff. Color #81afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101111 11101111
Octal 201 257 357
Decimal 129 175 239
Hex 81 AF EF

RGB Percentages of Color #81afef

%23.76
%32.23
%44.01

CMYK Percentages of Color #81afef

%46
%27
%0
%6

Triadic Colors of #81afef

#81afef #ef81af #afef81

Analogous Colors of #81afef

#81afef #8a81ef #81e6ef

Monochromatic Colors of #81afef

#81afef

Complementary Color

#81afef #efc181

#81afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#81afef Color CSS Codes

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

#81afef Text Font Color

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

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


#81afef Background Color

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

This div background color is #81afef


#81afef Border Color

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

This div border color is #81afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81afef


Comments

No comments written yet.

Please login to write comment.