Color Hex Logo

#8aedcd Color Hex

#8AEDCD
(138,237,205)
0 Favorites   0 Comments

Color spaces of #8aedcd

RGB 138237205
HSL0.450.730.74
HSV161°42°93°
CMYK 0.420.000.14   0.07
XYZ51.784970.379468.6128
Yxy70.37940.27140.3689
Hunter Lab83.8924-36.627710.2334
CIE-Lab87.1826-36.37856.4349

#8aedcd color RGB value is (138,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11001101
Octal 212 355 315
Decimal 138 237 205
Hex 8A ED CD

RGB Percentages of Color #8aedcd

%23.79
%40.86
%35.34

CMYK Percentages of Color #8aedcd

%42
%0
%14
%7

Triadic Colors of #8aedcd

#8aedcd #cd8aed #edcd8a

Analogous Colors of #8aedcd

#8aedcd #8adced #8aed9c

Monochromatic Colors of #8aedcd

#8aedcd

Complementary Color

#8aedcd #ed8aaa

#8aedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedcd Color CSS Codes

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

#8aedcd Text Font Color

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

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


#8aedcd Background Color

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

This div background color is #8aedcd


#8aedcd Border Color

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

This div border color is #8aedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedcd


Comments

No comments written yet.

Please login to write comment.