Color Hex Logo

#8eebdf Color Hex

#8EEBDF
(142,235,223)
0 Favorites   0 Comments

Color spaces of #8eebdf

RGB 142235223
HSL0.480.700.74
HSV172°40°92°
CMYK 0.400.000.05   0.08
XYZ54.182970.495280.5632
Yxy70.49520.26400.3435
Hunter Lab83.9614-31.74091.8827
CIE-Lab87.2392-30.4136-2.8946

#8eebdf color RGB value is (142,235,223).

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

The process color (four color CMYK) of #8eebdf color hex is 0.40, 0.00, 0.05, 0.08. Web safe color of #8eebdf is #99ffcc. Color #8eebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101011 11011111
Octal 216 353 337
Decimal 142 235 223
Hex 8E EB DF

RGB Percentages of Color #8eebdf

%23.67
%39.17
%37.17

CMYK Percentages of Color #8eebdf

%40
%0
%5
%8

Triadic Colors of #8eebdf

#8eebdf #df8eeb #ebdf8e

Analogous Colors of #8eebdf

#8eebdf #8ec9eb #8eebb1

Monochromatic Colors of #8eebdf

#8eebdf

Complementary Color

#8eebdf #eb8e9a

#8eebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eebdf Color CSS Codes

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

#8eebdf Text Font Color

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

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


#8eebdf Background Color

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

This div background color is #8eebdf


#8eebdf Border Color

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

This div border color is #8eebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eebdf


Comments

No comments written yet.

Please login to write comment.