Color Hex Logo

#8aedcb Color Hex

#8AEDCB
(138,237,203)
0 Favorites   0 Comments

Color spaces of #8aedcb

RGB 138237203
HSL0.440.730.74
HSV159°42°93°
CMYK 0.420.000.14   0.07
XYZ51.544970.283467.3493
Yxy70.28340.27250.3715
Hunter Lab83.8352-36.963411.0538
CIE-Lab87.1357-36.80807.4130

#8aedcb color RGB value is (138,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11001011
Octal 212 355 313
Decimal 138 237 203
Hex 8A ED CB

RGB Percentages of Color #8aedcb

%23.88
%41.00
%35.12

CMYK Percentages of Color #8aedcb

%42
%0
%14
%7

Triadic Colors of #8aedcb

#8aedcb #cb8aed #edcb8a

Analogous Colors of #8aedcb

#8aedcb #8adeed #8aed9a

Monochromatic Colors of #8aedcb

#8aedcb

Complementary Color

#8aedcb #ed8aac

#8aedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedcb Color CSS Codes

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

#8aedcb Text Font Color

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

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


#8aedcb Background Color

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

This div background color is #8aedcb


#8aedcb Border Color

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

This div border color is #8aedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedcb


Comments

No comments written yet.

Please login to write comment.