Color Hex Logo

#8ebdeb Color Hex

#8EBDEB
(142,189,235)
0 Favorites   0 Comments

Color spaces of #8ebdeb

RGB 142189235
HSL0.580.700.74
HSV210°40°92°
CMYK 0.400.200.00   0.08
XYZ44.348348.144185.5526
Yxy48.14410.24910.2704
Hunter Lab69.3859-7.3364-24.5342
CIE-Lab74.9157-4.0706-27.8017

#8ebdeb color RGB value is (142,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 11101011
Octal 216 275 353
Decimal 142 189 235
Hex 8E BD EB

RGB Percentages of Color #8ebdeb

%25.09
%33.39
%41.52

CMYK Percentages of Color #8ebdeb

%40
%20
%0
%8

Triadic Colors of #8ebdeb

#8ebdeb #eb8ebd #bdeb8e

Analogous Colors of #8ebdeb

#8ebdeb #8e8feb #8eebeb

Monochromatic Colors of #8ebdeb

#8ebdeb

Complementary Color

#8ebdeb #ebbc8e

#8ebdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdeb Color CSS Codes

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

#8ebdeb Text Font Color

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

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


#8ebdeb Background Color

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

This div background color is #8ebdeb


#8ebdeb Border Color

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

This div border color is #8ebdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebdeb


Comments

No comments written yet.

Please login to write comment.