Color Hex Logo

#cccdc4 Color Hex

#CCCDC4
(204,205,196)
0 Favorites   0 Comments

Color spaces of #cccdc4

RGB 204205196
HSL0.190.080.79
HSV67°80°
CMYK 0.000.000.04   0.20
XYZ56.697060.485560.9112
Yxy60.48550.31840.3396
Hunter Lab77.7724-5.97328.0049
CIE-Lab82.1014-1.95244.3459

#cccdc4 color RGB value is (204,205,196).

#cccdc4 hex color red value is 204, green value is 205 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cccdc4 hue: 0.19 , saturation: 0.08 and the lightness value of cccdc4 is 0.79.

The process color (four color CMYK) of #cccdc4 color hex is 0.00, 0.00, 0.04, 0.20. Web safe color of #cccdc4 is #cccccc. Color #cccdc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 11000100
Octal 314 315 304
Decimal 204 205 196
Hex CC CD C4

RGB Percentages of Color #cccdc4

%33.72
%33.88
%32.40

CMYK Percentages of Color #cccdc4

%0
%0
%4
%20

Triadic Colors of #cccdc4

#cccdc4 #c4cccd #cdc4cc

Analogous Colors of #cccdc4

#cccdc4 #c8cdc4 #cdcac4

Monochromatic Colors of #cccdc4

#cccdc4

Complementary Color

#cccdc4 #c5c4cd

#cccdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdc4 Color CSS Codes

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

#cccdc4 Text Font Color

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

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


#cccdc4 Background Color

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

This div background color is #cccdc4


#cccdc4 Border Color

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

This div border color is #cccdc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,205,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cccdc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cccdc4;
  -webkit-box-shadow: 1px 1px 3px 2px #cccdc4;
  box-shadow:         1px 1px 3px 2px #cccdc4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdc4


Comments

No comments written yet.

Please login to write comment.