Color Hex Logo

#8aedd9 Color Hex

#8AEDD9
(138,237,217)
1 Favorites   0 Comments

Color spaces of #8aedd9

RGB 138237217
HSL0.470.730.74
HSV168°42°93°
CMYK 0.420.000.08   0.07
XYZ53.289870.981476.5378
Yxy70.98140.26540.3535
Hunter Lab84.2505-34.53415.1130
CIE-Lab87.4760-33.72480.5781

#8aedd9 color RGB value is (138,237,217).

#8aedd9 hex color red value is 138, green value is 237 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8aedd9 hue: 0.47 , saturation: 0.73 and the lightness value of 8aedd9 is 0.74.

The process color (four color CMYK) of #8aedd9 color hex is 0.42, 0.00, 0.08, 0.07. Web safe color of #8aedd9 is #99ffcc. Color #8aedd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11011001
Octal 212 355 331
Decimal 138 237 217
Hex 8A ED D9

RGB Percentages of Color #8aedd9

%23.31
%40.03
%36.66

CMYK Percentages of Color #8aedd9

%42
%0
%8
%7

Triadic Colors of #8aedd9

#8aedd9 #d98aed #edd98a

Analogous Colors of #8aedd9

#8aedd9 #8ad0ed #8aeda8

Monochromatic Colors of #8aedd9

#8aedd9

Complementary Color

#8aedd9 #ed8a9e

#8aedd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedd9 Color CSS Codes

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

#8aedd9 Text Font Color

<p style="color:#8aedd9">Text here</p>

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


#8aedd9 Background Color

<div style="background-color:#8aedd9">
Div content here</div>

This div background color is #8aedd9


#8aedd9 Border Color

<div style="border:3px solid #8aedd9">
Div here</div>

This div border color is #8aedd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,237,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8aedd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8aedd9;
  -webkit-box-shadow: 1px 1px 3px 2px #8aedd9;
  box-shadow:         1px 1px 3px 2px #8aedd9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,237,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedd9

#8aedd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.