Color Hex Logo

#ccdac5 Color Hex

#CCDAC5
(204,218,197)
0 Favorites   0 Comments

Color spaces of #ccdac5

RGB 204218197
HSL0.280.220.81
HSV100°10°85°
CMYK 0.060.000.10   0.15
XYZ60.051367.011462.5928
Yxy67.01140.31660.3533
Hunter Lab81.8605-12.311711.9676
CIE-Lab85.5097-8.50168.7196

#ccdac5 color RGB value is (204,218,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 11000101
Octal 314 332 305
Decimal 204 218 197
Hex CC DA C5

RGB Percentages of Color #ccdac5

%32.96
%35.22
%31.83

CMYK Percentages of Color #ccdac5

%6
%0
%10
%15

Triadic Colors of #ccdac5

#ccdac5 #c5ccda #dac5cc

Analogous Colors of #ccdac5

#ccdac5 #c5dac9 #d7dac5

Monochromatic Colors of #ccdac5

#ccdac5

Complementary Color

#ccdac5 #d3c5da

#ccdac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdac5 Color CSS Codes

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

#ccdac5 Text Font Color

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

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


#ccdac5 Background Color

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

This div background color is #ccdac5


#ccdac5 Border Color

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

This div border color is #ccdac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,218,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 #ccdac5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdac5


Comments

No comments written yet.

Please login to write comment.