Color Hex Logo

#8ae6dc Color Hex

#8AE6DC
(138,230,220)
0 Favorites   0 Comments

Color spaces of #8ae6dc

RGB 138230220
HSL0.480.650.72
HSV173°40°90°
CMYK 0.400.000.04   0.10
XYZ51.696367.164277.9495
Yxy67.16420.26270.3413
Hunter Lab81.9538-30.82160.9746
CIE-Lab85.5868-29.7330-3.7658

#8ae6dc color RGB value is (138,230,220).

#8ae6dc hex color red value is 138, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8ae6dc hue: 0.48 , saturation: 0.65 and the lightness value of 8ae6dc is 0.72.

The process color (four color CMYK) of #8ae6dc color hex is 0.40, 0.00, 0.04, 0.10. Web safe color of #8ae6dc is #99ffcc. Color #8ae6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100110 11011100
Octal 212 346 334
Decimal 138 230 220
Hex 8A E6 DC

RGB Percentages of Color #8ae6dc

%23.47
%39.12
%37.41

CMYK Percentages of Color #8ae6dc

%40
%0
%4
%10

Triadic Colors of #8ae6dc

#8ae6dc #dc8ae6 #e6dc8a

Analogous Colors of #8ae6dc

#8ae6dc #8ac2e6 #8ae6ae

Monochromatic Colors of #8ae6dc

#8ae6dc

Complementary Color

#8ae6dc #e68a94

#8ae6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae6dc Color CSS Codes

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

#8ae6dc Text Font Color

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

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


#8ae6dc Background Color

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

This div background color is #8ae6dc


#8ae6dc Border Color

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

This div border color is #8ae6dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,230,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 #8ae6dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae6dc


Comments

No comments written yet.

Please login to write comment.