Color Hex Logo

#8eddeb Color Hex

#8EDDEB
(142,221,235)
0 Favorites   0 Comments

Color spaces of #8eddeb

RGB 142221235
HSL0.530.700.74
HSV189°40°92°
CMYK 0.400.060.00   0.08
XYZ52.007263.461888.1056
Yxy63.46180.25550.3117
Hunter Lab79.6629-22.8780-9.8095
CIE-Lab83.6848-20.7180-14.5005

#8eddeb color RGB value is (142,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 11101011
Octal 216 335 353
Decimal 142 221 235
Hex 8E DD EB

RGB Percentages of Color #8eddeb

%23.75
%36.96
%39.30

CMYK Percentages of Color #8eddeb

%40
%6
%0
%8

Triadic Colors of #8eddeb

#8eddeb #eb8edd #ddeb8e

Analogous Colors of #8eddeb

#8eddeb #8eafeb #8eebcb

Monochromatic Colors of #8eddeb

#8eddeb

Complementary Color

#8eddeb #eb9c8e

#8eddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddeb Color CSS Codes

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

#8eddeb Text Font Color

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

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


#8eddeb Background Color

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

This div background color is #8eddeb


#8eddeb Border Color

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

This div border color is #8eddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddeb


Comments

No comments written yet.

Please login to write comment.