Color Hex Logo

#8eceee Color Hex

#8ECEEE
(142,206,238)
0 Favorites   0 Comments

Color spaces of #8eceee

RGB 142206238
HSL0.560.740.75
HSV200°40°93°
CMYK 0.400.130.00   0.07
XYZ48.659356.066489.1462
Yxy56.06640.25100.2892
Hunter Lab74.8775-15.0370-18.1741
CIE-Lab79.6516-12.3044-22.1851

#8eceee color RGB value is (142,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001110 11101110
Octal 216 316 356
Decimal 142 206 238
Hex 8E CE EE

RGB Percentages of Color #8eceee

%24.23
%35.15
%40.61

CMYK Percentages of Color #8eceee

%40
%13
%0
%7

Triadic Colors of #8eceee

#8eceee #ee8ece #ceee8e

Analogous Colors of #8eceee

#8eceee #8e9eee #8eeede

Monochromatic Colors of #8eceee

#8eceee

Complementary Color

#8eceee #eeae8e

#8eceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eceee Color CSS Codes

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

#8eceee Text Font Color

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

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


#8eceee Background Color

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

This div background color is #8eceee


#8eceee Border Color

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

This div border color is #8eceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eceee


Comments

No comments written yet.

Please login to write comment.