Color Hex Logo

#ccddc2 Color Hex

#CCDDC2
(204,221,194)
0 Favorites   0 Comments

Color spaces of #ccddc2

RGB 204221194
HSL0.270.280.81
HSV98°12°87°
CMYK 0.080.000.12   0.13
XYZ60.495968.445361.0617
Yxy68.44530.31840.3602
Hunter Lab82.7317-14.255814.1521
CIE-Lab86.2286-10.544211.3263

#ccddc2 color RGB value is (204,221,194).

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

The process color (four color CMYK) of #ccddc2 color hex is 0.08, 0.00, 0.12, 0.13. Web safe color of #ccddc2 is #cccccc. Color #ccddc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11000010
Octal 314 335 302
Decimal 204 221 194
Hex CC DD C2

RGB Percentages of Color #ccddc2

%32.96
%35.70
%31.34

CMYK Percentages of Color #ccddc2

%8
%0
%12
%13

Triadic Colors of #ccddc2

#ccddc2 #c2ccdd #ddc2cc

Analogous Colors of #ccddc2

#ccddc2 #c2ddc6 #daddc2

Monochromatic Colors of #ccddc2

#ccddc2

Complementary Color

#ccddc2 #d3c2dd

#ccddc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddc2 Color CSS Codes

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

#ccddc2 Text Font Color

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

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


#ccddc2 Background Color

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

This div background color is #ccddc2


#ccddc2 Border Color

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

This div border color is #ccddc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddc2


Comments

No comments written yet.

Please login to write comment.