Color Hex Logo

#8aedcc Color Hex

#8AEDCC
(138,237,204)
0 Favorites   0 Comments

Color spaces of #8aedcc

RGB 138237204
HSL0.440.730.74
HSV160°42°93°
CMYK 0.420.000.14   0.07
XYZ51.664570.331367.9790
Yxy70.33130.27200.3702
Hunter Lab83.8638-36.796210.6448
CIE-Lab87.1591-36.59396.9240

#8aedcc color RGB value is (138,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11001100
Octal 212 355 314
Decimal 138 237 204
Hex 8A ED CC

RGB Percentages of Color #8aedcc

%23.83
%40.93
%35.23

CMYK Percentages of Color #8aedcc

%42
%0
%14
%7

Triadic Colors of #8aedcc

#8aedcc #cc8aed #edcc8a

Analogous Colors of #8aedcc

#8aedcc #8added #8aed9b

Monochromatic Colors of #8aedcc

#8aedcc

Complementary Color

#8aedcc #ed8aab

#8aedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedcc Color CSS Codes

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

#8aedcc Text Font Color

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

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


#8aedcc Background Color

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

This div background color is #8aedcc


#8aedcc Border Color

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

This div border color is #8aedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedcc


Comments

No comments written yet.

Please login to write comment.