Color Hex Logo

#ccdfb4 Color Hex

#CCDFB4
(204,223,180)
0 Favorites   0 Comments

Color spaces of #ccdfb4

RGB 204223180
HSL0.240.400.79
HSV87°19°87°
CMYK 0.090.000.19   0.13
XYZ59.527768.908053.3431
Yxy68.90800.32750.3791
Hunter Lab83.0108-17.265320.0076
CIE-Lab86.4585-13.841718.9873

#ccdfb4 color RGB value is (204,223,180).

#ccdfb4 hex color red value is 204, green value is 223 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ccdfb4 hue: 0.24 , saturation: 0.40 and the lightness value of ccdfb4 is 0.79.

The process color (four color CMYK) of #ccdfb4 color hex is 0.09, 0.00, 0.19, 0.13. Web safe color of #ccdfb4 is #cccccc. Color #ccdfb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10110100
Octal 314 337 264
Decimal 204 223 180
Hex CC DF B4

RGB Percentages of Color #ccdfb4

%33.61
%36.74
%29.65

CMYK Percentages of Color #ccdfb4

%9
%0
%19
%13

Triadic Colors of #ccdfb4

#ccdfb4 #b4ccdf #dfb4cc

Analogous Colors of #ccdfb4

#ccdfb4 #b7dfb4 #dfddb4

Monochromatic Colors of #ccdfb4

#ccdfb4

Complementary Color

#ccdfb4 #c7b4df

#ccdfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfb4 Color CSS Codes

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

#ccdfb4 Text Font Color

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

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


#ccdfb4 Background Color

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

This div background color is #ccdfb4


#ccdfb4 Border Color

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

This div border color is #ccdfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfb4


Comments

No comments written yet.

Please login to write comment.