Color Hex Logo

#8eeaec Color Hex

#8EEAEC
(142,234,236)
0 Favorites   0 Comments

Color spaces of #8eeaec

RGB 142234236
HSL0.500.710.74
HSV181°40°93°
CMYK 0.400.010.00   0.07
XYZ55.718570.652590.0575
Yxy70.65250.25740.3264
Hunter Lab84.0550-28.7720-4.6854
CIE-Lab87.3159-26.8642-9.6062

#8eeaec color RGB value is (142,234,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 11101100
Octal 216 352 354
Decimal 142 234 236
Hex 8E EA EC

RGB Percentages of Color #8eeaec

%23.20
%38.24
%38.56

CMYK Percentages of Color #8eeaec

%40
%1
%0
%7

Triadic Colors of #8eeaec

#8eeaec #ec8eea #eaec8e

Analogous Colors of #8eeaec

#8eeaec #8ebbec #8eecbf

Monochromatic Colors of #8eeaec

#8eeaec

Complementary Color

#8eeaec #ec908e

#8eeaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeaec Color CSS Codes

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

#8eeaec Text Font Color

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

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


#8eeaec Background Color

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

This div background color is #8eeaec


#8eeaec Border Color

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

This div border color is #8eeaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeaec


Comments

No comments written yet.

Please login to write comment.