Color Hex Logo

#8aedc8 Color Hex

#8AEDC8
(138,237,200)
0 Favorites   0 Comments

Color spaces of #8aedc8

RGB 138237200
HSL0.440.730.74
HSV158°42°93°
CMYK 0.420.000.16   0.07
XYZ51.190770.141865.4843
Yxy70.14180.27400.3755
Hunter Lab83.7507-37.459712.2669
CIE-Lab87.0664-37.44548.8812

#8aedc8 color RGB value is (138,237,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11001000
Octal 212 355 310
Decimal 138 237 200
Hex 8A ED C8

RGB Percentages of Color #8aedc8

%24.00
%41.22
%34.78

CMYK Percentages of Color #8aedc8

%42
%0
%16
%7

Triadic Colors of #8aedc8

#8aedc8 #c88aed #edc88a

Analogous Colors of #8aedc8

#8aedc8 #8ae1ed #8aed97

Monochromatic Colors of #8aedc8

#8aedc8

Complementary Color

#8aedc8 #ed8aaf

#8aedc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedc8 Color CSS Codes

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

#8aedc8 Text Font Color

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

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


#8aedc8 Background Color

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

This div background color is #8aedc8


#8aedc8 Border Color

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

This div border color is #8aedc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedc8


Comments

No comments written yet.

Please login to write comment.