Color Hex Logo

#8eebe5 Color Hex

#8EEBE5
(142,235,229)
0 Favorites   0 Comments

Color spaces of #8eebe5

RGB 142235229
HSL0.490.700.74
HSV176°40°92°
CMYK 0.400.000.03   0.08
XYZ55.006570.824684.9001
Yxy70.82460.26100.3361
Hunter Lab84.1574-30.6051-0.9031
CIE-Lab87.3997-29.0156-5.8072

#8eebe5 color RGB value is (142,235,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101011 11100101
Octal 216 353 345
Decimal 142 235 229
Hex 8E EB E5

RGB Percentages of Color #8eebe5

%23.43
%38.78
%37.79

CMYK Percentages of Color #8eebe5

%40
%0
%3
%8

Triadic Colors of #8eebe5

#8eebe5 #e58eeb #ebe58e

Analogous Colors of #8eebe5

#8eebe5 #8ec3eb #8eebb7

Monochromatic Colors of #8eebe5

#8eebe5

Complementary Color

#8eebe5 #eb8e94

#8eebe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eebe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eebe5 Color CSS Codes

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

#8eebe5 Text Font Color

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

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


#8eebe5 Background Color

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

This div background color is #8eebe5


#8eebe5 Border Color

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

This div border color is #8eebe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eebe5


Comments

No comments written yet.

Please login to write comment.