Color Hex Logo

#8aeeec Color Hex

#8AEEEC
(138,238,236)
0 Favorites   0 Comments

Color spaces of #8aeeec

RGB 138238236
HSL0.500.750.74
HSV179°42°93°
CMYK 0.420.000.01   0.07
XYZ56.196172.608590.4099
Yxy72.60850.25640.3312
Hunter Lab85.2106-31.3985-3.2603
CIE-Lab88.2607-29.7442-8.2218

#8aeeec color RGB value is (138,238,236).

#8aeeec hex color red value is 138, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8aeeec hue: 0.50 , saturation: 0.75 and the lightness value of 8aeeec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11101100
Octal 212 356 354
Decimal 138 238 236
Hex 8A EE EC

RGB Percentages of Color #8aeeec

%22.55
%38.89
%38.56

CMYK Percentages of Color #8aeeec

%42
%0
%1
%7

Triadic Colors of #8aeeec

#8aeeec #ec8aee #eeec8a

Analogous Colors of #8aeeec

#8aeeec #8abeee #8aeeba

Monochromatic Colors of #8aeeec

#8aeeec

Complementary Color

#8aeeec #ee8a8c

#8aeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeeec Color CSS Codes

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

#8aeeec Text Font Color

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

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


#8aeeec Background Color

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

This div background color is #8aeeec


#8aeeec Border Color

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

This div border color is #8aeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeeec


Comments

No comments written yet.

Please login to write comment.