Color Hex Logo

#8eccee Color Hex

#8ECCEE
(142,204,238)
0 Favorites   0 Comments

Color spaces of #8eccee

RGB 142204238
HSL0.560.740.75
HSV201°40°93°
CMYK 0.400.140.00   0.07
XYZ48.180855.109688.9867
Yxy55.10960.25060.2866
Hunter Lab74.2358-14.0620-19.1060
CIE-Lab79.1044-11.2611-23.0170

#8eccee color RGB value is (142,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001100 11101110
Octal 216 314 356
Decimal 142 204 238
Hex 8E CC EE

RGB Percentages of Color #8eccee

%24.32
%34.93
%40.75

CMYK Percentages of Color #8eccee

%40
%14
%0
%7

Triadic Colors of #8eccee

#8eccee #ee8ecc #ccee8e

Analogous Colors of #8eccee

#8eccee #8e9cee #8eeee0

Monochromatic Colors of #8eccee

#8eccee

Complementary Color

#8eccee #eeb08e

#8eccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eccee Color CSS Codes

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

#8eccee Text Font Color

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

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


#8eccee Background Color

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

This div background color is #8eccee


#8eccee Border Color

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

This div border color is #8eccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eccee


Comments

No comments written yet.

Please login to write comment.