Color Hex Logo

#8ebbeb Color Hex

#8EBBEB
(142,187,235)
1 Favorites   0 Comments

Color spaces of #8ebbeb

RGB 142187235
HSL0.590.700.74
HSV211°40°92°
CMYK 0.400.200.00   0.08
XYZ43.921047.289685.4102
Yxy47.28960.24870.2677
Hunter Lab68.7674-6.3370-25.5019
CIE-Lab74.3746-2.9879-28.6322

#8ebbeb color RGB value is (142,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11101011
Octal 216 273 353
Decimal 142 187 235
Hex 8E BB EB

RGB Percentages of Color #8ebbeb

%25.18
%33.16
%41.67

CMYK Percentages of Color #8ebbeb

%40
%20
%0
%8

Triadic Colors of #8ebbeb

#8ebbeb #eb8ebb #bbeb8e

Analogous Colors of #8ebbeb

#8ebbeb #908eeb #8eeaeb

Monochromatic Colors of #8ebbeb

#8ebbeb

Complementary Color

#8ebbeb #ebbe8e

#8ebbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbeb Color CSS Codes

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

#8ebbeb Text Font Color

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

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


#8ebbeb Background Color

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

This div background color is #8ebbeb


#8ebbeb Border Color

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

This div border color is #8ebbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbeb

#8ebbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.