Color Hex Logo

#ccdcc5 Color Hex

#CCDCC5
(204,220,197)
0 Favorites   0 Comments

Color spaces of #ccdcc5

RGB 204220197
HSL0.280.250.82
HSV102°10°86°
CMYK 0.070.000.10   0.14
XYZ60.573168.055062.7667
Yxy68.05500.31650.3556
Hunter Lab82.4955-13.301712.6360
CIE-Lab86.0339-9.52229.4696

#ccdcc5 color RGB value is (204,220,197).

#ccdcc5 hex color red value is 204, green value is 220 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ccdcc5 hue: 0.28 , saturation: 0.25 and the lightness value of ccdcc5 is 0.82.

The process color (four color CMYK) of #ccdcc5 color hex is 0.07, 0.00, 0.10, 0.14. Web safe color of #ccdcc5 is #cccccc. Color #ccdcc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 11000101
Octal 314 334 305
Decimal 204 220 197
Hex CC DC C5

RGB Percentages of Color #ccdcc5

%32.85
%35.43
%31.72

CMYK Percentages of Color #ccdcc5

%7
%0
%10
%14

Triadic Colors of #ccdcc5

#ccdcc5 #c5ccdc #dcc5cc

Analogous Colors of #ccdcc5

#ccdcc5 #c5dcca #d8dcc5

Monochromatic Colors of #ccdcc5

#ccdcc5

Complementary Color

#ccdcc5 #d5c5dc

#ccdcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcc5 Color CSS Codes

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

#ccdcc5 Text Font Color

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

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


#ccdcc5 Background Color

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

This div background color is #ccdcc5


#ccdcc5 Border Color

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

This div border color is #ccdcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcc5


Comments

No comments written yet.

Please login to write comment.