Color Hex Logo

#8ebccc Color Hex

#8EBCCC
(142,188,204)
0 Favorites   0 Comments

Color spaces of #8ebccc

RGB 142188204
HSL0.540.380.68
HSV195°30°80°
CMYK 0.300.080.00   0.20
XYZ40.037646.076963.9103
Yxy46.07690.26690.3071
Hunter Lab67.8800-13.5054-8.3067
CIE-Lab73.5954-11.3753-12.9810

#8ebccc color RGB value is (142,188,204).

#8ebccc hex color red value is 142, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8ebccc hue: 0.54 , saturation: 0.38 and the lightness value of 8ebccc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 11001100
Octal 216 274 314
Decimal 142 188 204
Hex 8E BC CC

RGB Percentages of Color #8ebccc

%26.59
%35.21
%38.20

CMYK Percentages of Color #8ebccc

%30
%8
%0
%20

Triadic Colors of #8ebccc

#8ebccc #cc8ebc #bccc8e

Analogous Colors of #8ebccc

#8ebccc #8e9dcc #8eccbd

Monochromatic Colors of #8ebccc

#8ebccc

Complementary Color

#8ebccc #cc9e8e

#8ebccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebccc Color CSS Codes

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

#8ebccc Text Font Color

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

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


#8ebccc Background Color

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

This div background color is #8ebccc


#8ebccc Border Color

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

This div border color is #8ebccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebccc


Comments

No comments written yet.

Please login to write comment.