Color Hex Logo

#8aeddc Color Hex

#8AEDDC
(138,237,220)
0 Favorites   0 Comments

Color spaces of #8aeddc

RGB 138237220
HSL0.470.730.74
HSV170°42°93°
CMYK 0.420.000.07   0.07
XYZ53.683771.139078.6119
Yxy71.13900.26390.3497
Hunter Lab84.3439-33.98923.7801
CIE-Lab87.5525-33.0413-0.8820

#8aeddc color RGB value is (138,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 11011100
Octal 212 355 334
Decimal 138 237 220
Hex 8A ED DC

RGB Percentages of Color #8aeddc

%23.19
%39.83
%36.97

CMYK Percentages of Color #8aeddc

%42
%0
%7
%7

Triadic Colors of #8aeddc

#8aeddc #dc8aed #eddc8a

Analogous Colors of #8aeddc

#8aeddc #8acded #8aedab

Monochromatic Colors of #8aeddc

#8aeddc

Complementary Color

#8aeddc #ed8a9b

#8aeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeddc Color CSS Codes

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

#8aeddc Text Font Color

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

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


#8aeddc Background Color

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

This div background color is #8aeddc


#8aeddc Border Color

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

This div border color is #8aeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeddc


Comments

No comments written yet.

Please login to write comment.