Color Hex Logo

#8aedce Color Hex

#8AEDCE
(138,237,206)
0 Favorites   0 Comments

Color spaces of #8aedce

RGB 138237206
HSL0.450.730.74
HSV161°42°93°
CMYK 0.420.000.13   0.07
XYZ51.906070.427969.2507
Yxy70.42790.27090.3676
Hunter Lab83.9213-36.45879.8197
CIE-Lab87.2063-36.16255.9460

#8aedce color RGB value is (138,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11001110
Octal 212 355 316
Decimal 138 237 206
Hex 8A ED CE

RGB Percentages of Color #8aedce

%23.75
%40.79
%35.46

CMYK Percentages of Color #8aedce

%42
%0
%13
%7

Triadic Colors of #8aedce

#8aedce #ce8aed #edce8a

Analogous Colors of #8aedce

#8aedce #8adbed #8aed9d

Monochromatic Colors of #8aedce

#8aedce

Complementary Color

#8aedce #ed8aa9

#8aedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedce Color CSS Codes

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

#8aedce Text Font Color

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

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


#8aedce Background Color

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

This div background color is #8aedce


#8aedce Border Color

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

This div border color is #8aedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedce


Comments

No comments written yet.

Please login to write comment.