Color Hex Logo

#8eb2dc Color Hex

#8EB2DC
(142,178,220)
0 Favorites   0 Comments

Color spaces of #8eb2dc

RGB 142178220
HSL0.590.530.71
HSV212°35°86°
CMYK 0.350.190.00   0.14
XYZ39.994042.758973.8555
Yxy42.75890.25540.2730
Hunter Lab65.3903-5.2589-21.1923
CIE-Lab71.3910-2.0098-25.0525

#8eb2dc color RGB value is (142,178,220).

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

The process color (four color CMYK) of #8eb2dc color hex is 0.35, 0.19, 0.00, 0.14. Web safe color of #8eb2dc is #9999cc. Color #8eb2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110010 11011100
Octal 216 262 334
Decimal 142 178 220
Hex 8E B2 DC

RGB Percentages of Color #8eb2dc

%26.30
%32.96
%40.74

CMYK Percentages of Color #8eb2dc

%35
%19
%0
%14

Triadic Colors of #8eb2dc

#8eb2dc #dc8eb2 #b2dc8e

Analogous Colors of #8eb2dc

#8eb2dc #918edc #8ed9dc

Monochromatic Colors of #8eb2dc

#8eb2dc

Complementary Color

#8eb2dc #dcb88e

#8eb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb2dc Color CSS Codes

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

#8eb2dc Text Font Color

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

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


#8eb2dc Background Color

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

This div background color is #8eb2dc


#8eb2dc Border Color

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

This div border color is #8eb2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb2dc


Comments

No comments written yet.

Please login to write comment.