Color Hex Logo

#8eecea Color Hex

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

Color spaces of #8eecea

RGB 142236234
HSL0.500.710.74
HSV179°40°93°
CMYK 0.400.000.01   0.07
XYZ56.002171.682288.7263
Yxy71.68220.25880.3312
Hunter Lab84.6653-30.0951-2.8681
CIE-Lab87.8154-28.3084-7.8153

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

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

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

Base Numbers

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

RGB Percentages of Color #8eecea

%23.20
%38.56
%38.24

CMYK Percentages of Color #8eecea

%40
%0
%1
%7

Triadic Colors of #8eecea

#8eecea #ea8eec #ecea8e

Analogous Colors of #8eecea

#8eecea #8ebfec #8eecbb

Monochromatic Colors of #8eecea

#8eecea

Complementary Color

#8eecea #ec8e90

#8eecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eecea Color CSS Codes

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

#8eecea Text Font Color

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

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


#8eecea Background Color

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

This div background color is #8eecea


#8eecea Border Color

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

This div border color is #8eecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eecea


Comments

No comments written yet.

Please login to write comment.