Color Hex Logo

#8ebbdc Color Hex

#8EBBDC
(142,187,220)
0 Favorites   0 Comments

Color spaces of #8ebbdc

RGB 142187220
HSL0.570.530.71
HSV205°35°86°
CMYK 0.350.150.00   0.14
XYZ41.843946.458774.4722
Yxy46.45870.25710.2854
Hunter Lab68.1606-9.6997-17.0677
CIE-Lab73.8422-6.8852-21.3141

#8ebbdc color RGB value is (142,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11011100
Octal 216 273 334
Decimal 142 187 220
Hex 8E BB DC

RGB Percentages of Color #8ebbdc

%25.87
%34.06
%40.07

CMYK Percentages of Color #8ebbdc

%35
%15
%0
%14

Triadic Colors of #8ebbdc

#8ebbdc #dc8ebb #bbdc8e

Analogous Colors of #8ebbdc

#8ebbdc #8e94dc #8edcd6

Monochromatic Colors of #8ebbdc

#8ebbdc

Complementary Color

#8ebbdc #dcaf8e

#8ebbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbdc Color CSS Codes

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

#8ebbdc Text Font Color

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

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


#8ebbdc Background Color

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

This div background color is #8ebbdc


#8ebbdc Border Color

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

This div border color is #8ebbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbdc


Comments

No comments written yet.

Please login to write comment.