Color Hex Logo

#8edeeb Color Hex

#8EDEEB
(142,222,235)
0 Favorites   0 Comments

Color spaces of #8edeeb

RGB 142222235
HSL0.520.700.74
HSV188°40°92°
CMYK 0.400.060.00   0.08
XYZ52.272063.991588.1938
Yxy63.99150.25570.3130
Hunter Lab79.9947-23.3511-9.3707
CIE-Lab83.9613-21.2173-14.0858

#8edeeb color RGB value is (142,222,235).

#8edeeb hex color red value is 142, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8edeeb hue: 0.52 , saturation: 0.70 and the lightness value of 8edeeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011110 11101011
Octal 216 336 353
Decimal 142 222 235
Hex 8E DE EB

RGB Percentages of Color #8edeeb

%23.71
%37.06
%39.23

CMYK Percentages of Color #8edeeb

%40
%6
%0
%8

Triadic Colors of #8edeeb

#8edeeb #eb8ede #deeb8e

Analogous Colors of #8edeeb

#8edeeb #8eb0eb #8eebca

Monochromatic Colors of #8edeeb

#8edeeb

Complementary Color

#8edeeb #eb9b8e

#8edeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edeeb Color CSS Codes

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

#8edeeb Text Font Color

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

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


#8edeeb Background Color

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

This div background color is #8edeeb


#8edeeb Border Color

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

This div border color is #8edeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edeeb


Comments

No comments written yet.

Please login to write comment.