Color Hex Logo

#8cccd6 Color Hex

#8CCCD6
(140,204,214)
0 Favorites   0 Comments

Color spaces of #8cccd6

RGB 140204214
HSL0.520.470.69
HSV188°35°84°
CMYK 0.350.050.00   0.16
XYZ44.545753.616271.6195
Yxy53.61620.26240.3158
Hunter Lab73.2231-19.5489-6.7354
CIE-Lab78.2374-17.8137-11.4567

#8cccd6 color RGB value is (140,204,214).

#8cccd6 hex color red value is 140, green value is 204 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #8cccd6 hue: 0.52 , saturation: 0.47 and the lightness value of 8cccd6 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 11010110
Octal 214 314 326
Decimal 140 204 214
Hex 8C CC D6

RGB Percentages of Color #8cccd6

%25.09
%36.56
%38.35

CMYK Percentages of Color #8cccd6

%35
%5
%0
%16

Triadic Colors of #8cccd6

#8cccd6 #d68ccc #ccd68c

Analogous Colors of #8cccd6

#8cccd6 #8ca7d6 #8cd6bb

Monochromatic Colors of #8cccd6

#8cccd6

Complementary Color

#8cccd6 #d6968c

#8cccd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cccd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cccd6 Color CSS Codes

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

#8cccd6 Text Font Color

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

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


#8cccd6 Background Color

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

This div background color is #8cccd6


#8cccd6 Border Color

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

This div border color is #8cccd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cccd6


Comments

No comments written yet.

Please login to write comment.