Color Hex Logo

#8cccde Color Hex

#8CCCDE
(140,204,222)
0 Favorites   0 Comments

Color spaces of #8cccde

RGB 140204222
HSL0.540.550.71
HSV193°37°87°
CMYK 0.370.080.00   0.13
XYZ45.592954.035177.1341
Yxy54.03510.25790.3057
Hunter Lab73.5086-17.9273-10.7583
CIE-Lab78.4822-15.8489-15.3890

#8cccde color RGB value is (140,204,222).

#8cccde hex color red value is 140, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8cccde hue: 0.54 , saturation: 0.55 and the lightness value of 8cccde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 11011110
Octal 214 314 336
Decimal 140 204 222
Hex 8C CC DE

RGB Percentages of Color #8cccde

%24.73
%36.04
%39.22

CMYK Percentages of Color #8cccde

%37
%8
%0
%13

Triadic Colors of #8cccde

#8cccde #de8ccc #ccde8c

Analogous Colors of #8cccde

#8cccde #8ca3de #8cdec7

Monochromatic Colors of #8cccde

#8cccde

Complementary Color

#8cccde #de9e8c

#8cccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cccde Color CSS Codes

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

#8cccde Text Font Color

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

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


#8cccde Background Color

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

This div background color is #8cccde


#8cccde Border Color

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

This div border color is #8cccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cccde


Comments

No comments written yet.

Please login to write comment.