Color Hex Logo

#8cebcc Color Hex

#8CEBCC
(140,235,204)
0 Favorites   0 Comments

Color spaces of #8cebcc

RGB 140235204
HSL0.450.700.74
HSV160°40°92°
CMYK 0.400.000.13   0.08
XYZ51.422669.351767.8027
Yxy69.35170.27270.3678
Hunter Lab83.2777-35.515110.0219
CIE-Lab86.6779-35.15766.2422

#8cebcc color RGB value is (140,235,204).

#8cebcc hex color red value is 140, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8cebcc hue: 0.45 , saturation: 0.70 and the lightness value of 8cebcc is 0.74.

The process color (four color CMYK) of #8cebcc color hex is 0.40, 0.00, 0.13, 0.08. Web safe color of #8cebcc is #99ffcc. Color #8cebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11001100
Octal 214 353 314
Decimal 140 235 204
Hex 8C EB CC

RGB Percentages of Color #8cebcc

%24.18
%40.59
%35.23

CMYK Percentages of Color #8cebcc

%40
%0
%13
%8

Triadic Colors of #8cebcc

#8cebcc #cc8ceb #ebcc8c

Analogous Colors of #8cebcc

#8cebcc #8cdbeb #8ceb9d

Monochromatic Colors of #8cebcc

#8cebcc

Complementary Color

#8cebcc #eb8cab

#8cebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebcc Color CSS Codes

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

#8cebcc Text Font Color

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

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


#8cebcc Background Color

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

This div background color is #8cebcc


#8cebcc Border Color

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

This div border color is #8cebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebcc


Comments

No comments written yet.

Please login to write comment.