Color Hex Logo

#ccddc4 Color Hex

#CCDDC4
(204,221,196)
0 Favorites   0 Comments

Color spaces of #ccddc4

RGB 204221196
HSL0.280.270.82
HSV101°11°87°
CMYK 0.080.000.11   0.13
XYZ60.722168.535862.2529
Yxy68.53580.31710.3579
Hunter Lab82.7864-13.950013.3661
CIE-Lab86.2737-10.202910.3383

#ccddc4 color RGB value is (204,221,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 11000100
Octal 314 335 304
Decimal 204 221 196
Hex CC DD C4

RGB Percentages of Color #ccddc4

%32.85
%35.59
%31.56

CMYK Percentages of Color #ccddc4

%8
%0
%11
%13

Triadic Colors of #ccddc4

#ccddc4 #c4ccdd #ddc4cc

Analogous Colors of #ccddc4

#ccddc4 #c4ddc9 #d9ddc4

Monochromatic Colors of #ccddc4

#ccddc4

Complementary Color

#ccddc4 #d5c4dd

#ccddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddc4 Color CSS Codes

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

#ccddc4 Text Font Color

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

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


#ccddc4 Background Color

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

This div background color is #ccddc4


#ccddc4 Border Color

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

This div border color is #ccddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddc4


Comments

No comments written yet.

Please login to write comment.