Color Hex Logo

#8eebed Color Hex

#8EEBED
(142,235,237)
0 Favorites   0 Comments

Color spaces of #8eebed

RGB 142235237
HSL0.500.730.74
HSV181°40°93°
CMYK 0.400.010.00   0.07
XYZ56.149771.281990.9201
Yxy71.28190.25720.3265
Hunter Lab84.4286-29.0377-4.7486
CIE-Lab87.6218-27.1060-9.6763

#8eebed color RGB value is (142,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101011 11101101
Octal 216 353 355
Decimal 142 235 237
Hex 8E EB ED

RGB Percentages of Color #8eebed

%23.13
%38.27
%38.60

CMYK Percentages of Color #8eebed

%40
%1
%0
%7

Triadic Colors of #8eebed

#8eebed #ed8eeb #ebed8e

Analogous Colors of #8eebed

#8eebed #8ebced #8eedc0

Monochromatic Colors of #8eebed

#8eebed

Complementary Color

#8eebed #ed908e

#8eebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eebed Color CSS Codes

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

#8eebed Text Font Color

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

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


#8eebed Background Color

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

This div background color is #8eebed


#8eebed Border Color

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

This div border color is #8eebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eebed


Comments

No comments written yet.

Please login to write comment.