Color Hex Logo

#ccdac7 Color Hex

#CCDAC7
(204,218,199)
0 Favorites   0 Comments

Color spaces of #ccdac7

RGB 204218199
HSL0.290.200.82
HSV104°85°
CMYK 0.060.000.09   0.15
XYZ60.282067.103763.8079
Yxy67.10370.31530.3510
Hunter Lab81.9168-11.997711.1587
CIE-Lab85.5563-8.15377.7307

#ccdac7 color RGB value is (204,218,199).

#ccdac7 hex color red value is 204, green value is 218 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ccdac7 hue: 0.29 , saturation: 0.20 and the lightness value of ccdac7 is 0.82.

The process color (four color CMYK) of #ccdac7 color hex is 0.06, 0.00, 0.09, 0.15. Web safe color of #ccdac7 is #cccccc. Color #ccdac7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11000111
Octal 314 332 307
Decimal 204 218 199
Hex CC DA C7

RGB Percentages of Color #ccdac7

%32.85
%35.10
%32.05

CMYK Percentages of Color #ccdac7

%6
%0
%9
%15

Triadic Colors of #ccdac7

#ccdac7 #c7ccda #dac7cc

Analogous Colors of #ccdac7

#ccdac7 #c7dacc #d6dac7

Monochromatic Colors of #ccdac7

#ccdac7

Complementary Color

#ccdac7 #d5c7da

#ccdac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdac7 Color CSS Codes

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

#ccdac7 Text Font Color

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

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


#ccdac7 Background Color

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

This div background color is #ccdac7


#ccdac7 Border Color

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

This div border color is #ccdac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdac7


Comments

No comments written yet.

Please login to write comment.