Color Hex Logo

#8ebbed Color Hex

#8EBBED
(142,187,237)
0 Favorites   0 Comments

Color spaces of #8ebbed

RGB 142187237
HSL0.590.730.74
HSV212°40°93°
CMYK 0.400.210.00   0.07
XYZ44.211747.405986.9408
Yxy47.40590.24760.2655
Hunter Lab68.8519-5.8712-26.6704
CIE-Lab74.4487-2.4560-29.5999

#8ebbed color RGB value is (142,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11101101
Octal 216 273 355
Decimal 142 187 237
Hex 8E BB ED

RGB Percentages of Color #8ebbed

%25.09
%33.04
%41.87

CMYK Percentages of Color #8ebbed

%40
%21
%0
%7

Triadic Colors of #8ebbed

#8ebbed #ed8ebb #bbed8e

Analogous Colors of #8ebbed

#8ebbed #918eed #8eebed

Monochromatic Colors of #8ebbed

#8ebbed

Complementary Color

#8ebbed #edc08e

#8ebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbed Color CSS Codes

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

#8ebbed Text Font Color

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

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


#8ebbed Background Color

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

This div background color is #8ebbed


#8ebbed Border Color

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

This div border color is #8ebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbed


Comments

No comments written yet.

Please login to write comment.