Color Hex Logo

#8cccdf Color Hex

#8CCCDF
(140,204,223)
1 Favorites   0 Comments

Color spaces of #8cccdf

RGB 140204223
HSL0.540.560.71
HSV194°37°87°
CMYK 0.370.090.00   0.13
XYZ45.727454.088977.8422
Yxy54.08890.25740.3045
Hunter Lab73.5452-17.7200-11.2725
CIE-Lab78.5135-15.5995-15.8789

#8cccdf color RGB value is (140,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 11011111
Octal 214 314 337
Decimal 140 204 223
Hex 8C CC DF

RGB Percentages of Color #8cccdf

%24.69
%35.98
%39.33

CMYK Percentages of Color #8cccdf

%37
%9
%0
%13

Triadic Colors of #8cccdf

#8cccdf #df8ccc #ccdf8c

Analogous Colors of #8cccdf

#8cccdf #8ca3df #8cdfc9

Monochromatic Colors of #8cccdf

#8cccdf

Complementary Color

#8cccdf #df9f8c

#8cccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cccdf Color CSS Codes

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

#8cccdf Text Font Color

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

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


#8cccdf Background Color

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

This div background color is #8cccdf


#8cccdf Border Color

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

This div border color is #8cccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cccdf


Comments

No comments written yet.

Please login to write comment.