Color Hex Logo

#8eb5dc Color Hex

#8EB5DC
(142,181,220)
0 Favorites   0 Comments

Color spaces of #8eb5dc

RGB 142181220
HSL0.580.530.71
HSV210°35°86°
CMYK 0.350.180.00   0.14
XYZ40.597543.965874.0567
Yxy43.96580.25590.2772
Hunter Lab66.3067-6.7468-19.8052
CIE-Lab72.2056-3.6458-23.8074

#8eb5dc color RGB value is (142,181,220).

#8eb5dc hex color red value is 142, green value is 181 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8eb5dc hue: 0.58 , saturation: 0.53 and the lightness value of 8eb5dc is 0.71.

The process color (four color CMYK) of #8eb5dc color hex is 0.35, 0.18, 0.00, 0.14. Web safe color of #8eb5dc is #99cccc. Color #8eb5dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110101 11011100
Octal 216 265 334
Decimal 142 181 220
Hex 8E B5 DC

RGB Percentages of Color #8eb5dc

%26.15
%33.33
%40.52

CMYK Percentages of Color #8eb5dc

%35
%18
%0
%14

Triadic Colors of #8eb5dc

#8eb5dc #dc8eb5 #b5dc8e

Analogous Colors of #8eb5dc

#8eb5dc #8e8edc #8edcdc

Monochromatic Colors of #8eb5dc

#8eb5dc

Complementary Color

#8eb5dc #dcb58e

#8eb5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb5dc Color CSS Codes

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

#8eb5dc Text Font Color

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

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


#8eb5dc Background Color

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

This div background color is #8eb5dc


#8eb5dc Border Color

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

This div border color is #8eb5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb5dc


Comments

No comments written yet.

Please login to write comment.