Color Hex Logo

#81afda Color Hex

#81AFDA
(129,175,218)
0 Favorites   0 Comments

Color spaces of #81afda

RGB 129175218
HSL0.580.550.68
HSV209°41°85°
CMYK 0.410.200.00   0.15
XYZ37.038140.389072.1734
Yxy40.38900.24760.2700
Hunter Lab63.5523-7.1874-22.8462
CIE-Lab69.7457-4.3857-26.5449

#81afda color RGB value is (129,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101111 11011010
Octal 201 257 332
Decimal 129 175 218
Hex 81 AF DA

RGB Percentages of Color #81afda

%24.71
%33.52
%41.76

CMYK Percentages of Color #81afda

%41
%20
%0
%15

Triadic Colors of #81afda

#81afda #da81af #afda81

Analogous Colors of #81afda

#81afda #8183da #81dad9

Monochromatic Colors of #81afda

#81afda

Complementary Color

#81afda #daac81

#81afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#81afda Color CSS Codes

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

#81afda Text Font Color

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

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


#81afda Background Color

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

This div background color is #81afda


#81afda Border Color

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

This div border color is #81afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81afda


Comments

No comments written yet.

Please login to write comment.