Color Hex Logo

#81aedf Color Hex

#81AEDF
(129,174,223)
0 Favorites   0 Comments

Color spaces of #81aedf

RGB 129174223
HSL0.590.590.69
HSV211°42°87°
CMYK 0.420.220.00   0.13
XYZ37.508640.266975.6074
Yxy40.26690.24450.2625
Hunter Lab63.4562-5.5380-26.2241
CIE-Lab69.6592-2.4730-29.4169

#81aedf color RGB value is (129,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101110 11011111
Octal 201 256 337
Decimal 129 174 223
Hex 81 AE DF

RGB Percentages of Color #81aedf

%24.52
%33.08
%42.40

CMYK Percentages of Color #81aedf

%42
%22
%0
%13

Triadic Colors of #81aedf

#81aedf #df81ae #aedf81

Analogous Colors of #81aedf

#81aedf #8381df #81dddf

Monochromatic Colors of #81aedf

#81aedf

Complementary Color

#81aedf #dfb281

#81aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aedf Color CSS Codes

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

#81aedf Text Font Color

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

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


#81aedf Background Color

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

This div background color is #81aedf


#81aedf Border Color

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

This div border color is #81aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aedf


Comments

No comments written yet.

Please login to write comment.