Color Hex Logo

#8ae7df Color Hex

#8AE7DF
(138,231,223)
0 Favorites   0 Comments

Color spaces of #8ae7df

RGB 138231223
HSL0.490.660.72
HSV175°40°91°
CMYK 0.400.000.03   0.09
XYZ52.376467.882880.1542
Yxy67.88280.26130.3387
Hunter Lab82.3910-30.7109-0.0066
CIE-Lab85.9478-29.5071-4.8145

#8ae7df color RGB value is (138,231,223).

#8ae7df hex color red value is 138, green value is 231 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8ae7df hue: 0.49 , saturation: 0.66 and the lightness value of 8ae7df is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100111 11011111
Octal 212 347 337
Decimal 138 231 223
Hex 8A E7 DF

RGB Percentages of Color #8ae7df

%23.31
%39.02
%37.67

CMYK Percentages of Color #8ae7df

%40
%0
%3
%9

Triadic Colors of #8ae7df

#8ae7df #df8ae7 #e7df8a

Analogous Colors of #8ae7df

#8ae7df #8ac1e7 #8ae7b1

Monochromatic Colors of #8ae7df

#8ae7df

Complementary Color

#8ae7df #e78a92

#8ae7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae7df Color CSS Codes

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

#8ae7df Text Font Color

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

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


#8ae7df Background Color

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

This div background color is #8ae7df


#8ae7df Border Color

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

This div border color is #8ae7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae7df


Comments

No comments written yet.

Please login to write comment.