Color Hex Logo

#8ebcdc Color Hex

#8EBCDC
(142,188,220)
0 Favorites   0 Comments

Color spaces of #8ebcdc

RGB 142188220
HSL0.570.530.71
HSV205°35°86°
CMYK 0.350.150.00   0.14
XYZ42.056846.884574.5431
Yxy46.88450.25730.2868
Hunter Lab68.4723-10.1888-16.6162
CIE-Lab74.1158-7.4207-20.8982

#8ebcdc color RGB value is (142,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 11011100
Octal 216 274 334
Decimal 142 188 220
Hex 8E BC DC

RGB Percentages of Color #8ebcdc

%25.82
%34.18
%40.00

CMYK Percentages of Color #8ebcdc

%35
%15
%0
%14

Triadic Colors of #8ebcdc

#8ebcdc #dc8ebc #bcdc8e

Analogous Colors of #8ebcdc

#8ebcdc #8e95dc #8edcd5

Monochromatic Colors of #8ebcdc

#8ebcdc

Complementary Color

#8ebcdc #dcae8e

#8ebcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebcdc Color CSS Codes

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

#8ebcdc Text Font Color

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

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


#8ebcdc Background Color

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

This div background color is #8ebcdc


#8ebcdc Border Color

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

This div border color is #8ebcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebcdc


Comments

No comments written yet.

Please login to write comment.