Color Hex Logo

#81aed6 Color Hex

#81AED6
(129,174,214)
0 Favorites   0 Comments

Color spaces of #81aed6

RGB 129174214
HSL0.580.510.67
HSV208°40°84°
CMYK 0.400.190.00   0.16
XYZ36.326939.794369.3848
Yxy39.79430.24970.2735
Hunter Lab63.0827-7.6035-21.0553
CIE-Lab69.3228-4.9154-24.9986

#81aed6 color RGB value is (129,174,214).

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

The process color (four color CMYK) of #81aed6 color hex is 0.40, 0.19, 0.00, 0.16. Web safe color of #81aed6 is #9999cc. Color #81aed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101110 11010110
Octal 201 256 326
Decimal 129 174 214
Hex 81 AE D6

RGB Percentages of Color #81aed6

%24.95
%33.66
%41.39

CMYK Percentages of Color #81aed6

%40
%19
%0
%16

Triadic Colors of #81aed6

#81aed6 #d681ae #aed681

Analogous Colors of #81aed6

#81aed6 #8184d6 #81d6d4

Monochromatic Colors of #81aed6

#81aed6

Complementary Color

#81aed6 #d6a981

#81aed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aed6 Color CSS Codes

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

#81aed6 Text Font Color

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

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


#81aed6 Background Color

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

This div background color is #81aed6


#81aed6 Border Color

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

This div border color is #81aed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aed6


Comments

No comments written yet.

Please login to write comment.