Color Hex Logo

#8eccef Color Hex

#8ECCEF
(142,204,239)
0 Favorites   0 Comments

Color spaces of #8eccef

RGB 142204239
HSL0.560.750.75
HSV202°41°94°
CMYK 0.410.150.00   0.06
XYZ48.328255.168589.7628
Yxy55.16850.25010.2855
Hunter Lab74.2755-13.8391-19.6598
CIE-Lab79.1382-11.0009-23.5006

#8eccef color RGB value is (142,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001100 11101111
Octal 216 314 357
Decimal 142 204 239
Hex 8E CC EF

RGB Percentages of Color #8eccef

%24.27
%34.87
%40.85

CMYK Percentages of Color #8eccef

%41
%15
%0
%6

Triadic Colors of #8eccef

#8eccef #ef8ecc #ccef8e

Analogous Colors of #8eccef

#8eccef #8e9cef #8eefe2

Monochromatic Colors of #8eccef

#8eccef

Complementary Color

#8eccef #efb18e

#8eccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eccef Color CSS Codes

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

#8eccef Text Font Color

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

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


#8eccef Background Color

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

This div background color is #8eccef


#8eccef Border Color

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

This div border color is #8eccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eccef


Comments

No comments written yet.

Please login to write comment.