Color Hex Logo

#8ec0ff Color Hex

#8EC0FF
(142,192,255)
0 Favorites   0 Comments

Color spaces of #8ec0ff

RGB 142192255
HSL0.591.000.78
HSV213°44°100°
CMYK 0.440.250.00   0.00
XYZ48.055050.6701101.8553
Yxy50.67010.23960.2526
Hunter Lab71.1829-4.0663-35.0097
CIE-Lab76.4787-0.2910-36.1549

#8ec0ff color RGB value is (142,192,255).

#8ec0ff hex color red value is 142, green value is 192 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8ec0ff hue: 0.59 , saturation: 1.00 and the lightness value of 8ec0ff is 0.78.

The process color (four color CMYK) of #8ec0ff color hex is 0.44, 0.25, 0.00, 0.00. Web safe color of #8ec0ff is #99ccff. Color #8ec0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000000 11111111
Octal 216 300 377
Decimal 142 192 255
Hex 8E C0 FF

RGB Percentages of Color #8ec0ff

%24.11
%32.60
%43.29

CMYK Percentages of Color #8ec0ff

%44
%25
%0
%0

Triadic Colors of #8ec0ff

#8ec0ff #ff8ec0 #c0ff8e

Analogous Colors of #8ec0ff

#8ec0ff #958eff #8ef9ff

Monochromatic Colors of #8ec0ff

#8ec0ff

Complementary Color

#8ec0ff #ffcd8e

#8ec0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec0ff Color CSS Codes

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

#8ec0ff Text Font Color

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

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


#8ec0ff Background Color

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

This div background color is #8ec0ff


#8ec0ff Border Color

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

This div border color is #8ec0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec0ff


Comments

No comments written yet.

Please login to write comment.