Color Hex Logo

#81aedd Color Hex

#81AEDD
(129,174,221)
0 Favorites   0 Comments

Color spaces of #81aedd

RGB 129174221
HSL0.590.580.69
HSV211°42°87°
CMYK 0.420.210.00   0.13
XYZ37.240540.159774.1954
Yxy40.15970.24570.2649
Hunter Lab63.3717-6.0045-25.0564
CIE-Lab69.5831-3.0209-28.4387

#81aedd color RGB value is (129,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101110 11011101
Octal 201 256 335
Decimal 129 174 221
Hex 81 AE DD

RGB Percentages of Color #81aedd

%24.62
%33.21
%42.18

CMYK Percentages of Color #81aedd

%42
%21
%0
%13

Triadic Colors of #81aedd

#81aedd #dd81ae #aedd81

Analogous Colors of #81aedd

#81aedd #8281dd #81dcdd

Monochromatic Colors of #81aedd

#81aedd

Complementary Color

#81aedd #ddb081

#81aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aedd Color CSS Codes

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

#81aedd Text Font Color

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

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


#81aedd Background Color

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

This div background color is #81aedd


#81aedd Border Color

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

This div border color is #81aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aedd


Comments

No comments written yet.

Please login to write comment.