Color Hex Logo

#8ecaef Color Hex

#8ECAEF
(142,202,239)
0 Favorites   0 Comments

Color spaces of #8ecaef

RGB 142202239
HSL0.560.750.75
HSV203°41°94°
CMYK 0.410.150.00   0.06
XYZ47.855854.223889.6053
Yxy54.22380.24970.2829
Hunter Lab73.6368-12.8591-20.6015
CIE-Lab78.5921-9.9513-24.3325

#8ecaef color RGB value is (142,202,239).

#8ecaef hex color red value is 142, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8ecaef hue: 0.56 , saturation: 0.75 and the lightness value of 8ecaef is 0.75.

The process color (four color CMYK) of #8ecaef color hex is 0.41, 0.15, 0.00, 0.06. Web safe color of #8ecaef is #99ccff. Color #8ecaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001010 11101111
Octal 216 312 357
Decimal 142 202 239
Hex 8E CA EF

RGB Percentages of Color #8ecaef

%24.36
%34.65
%40.99

CMYK Percentages of Color #8ecaef

%41
%15
%0
%6

Triadic Colors of #8ecaef

#8ecaef #ef8eca #caef8e

Analogous Colors of #8ecaef

#8ecaef #8e9aef #8eefe4

Monochromatic Colors of #8ecaef

#8ecaef

Complementary Color

#8ecaef #efb38e

#8ecaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecaef Color CSS Codes

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

#8ecaef Text Font Color

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

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


#8ecaef Background Color

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

This div background color is #8ecaef


#8ecaef Border Color

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

This div border color is #8ecaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecaef


Comments

No comments written yet.

Please login to write comment.