Color Hex Logo

#ccdfac Color Hex

#CCDFAC
(204,223,172)
0 Favorites   0 Comments

Color spaces of #ccdfac

RGB 204223172
HSL0.230.440.77
HSV82°23°87°
CMYK 0.090.000.23   0.13
XYZ58.735968.591349.1735
Yxy68.59130.33280.3886
Hunter Lab82.8199-18.342522.7710
CIE-Lab86.3013-15.069322.9362

#ccdfac color RGB value is (204,223,172).

#ccdfac hex color red value is 204, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccdfac hue: 0.23 , saturation: 0.44 and the lightness value of ccdfac is 0.77.

The process color (four color CMYK) of #ccdfac color hex is 0.09, 0.00, 0.23, 0.13. Web safe color of #ccdfac is #cccc99. Color #ccdfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10101100
Octal 314 337 254
Decimal 204 223 172
Hex CC DF AC

RGB Percentages of Color #ccdfac

%34.06
%37.23
%28.71

CMYK Percentages of Color #ccdfac

%9
%0
%23
%13

Triadic Colors of #ccdfac

#ccdfac #acccdf #dfaccc

Analogous Colors of #ccdfac

#ccdfac #b3dfac #dfd9ac

Monochromatic Colors of #ccdfac

#ccdfac

Complementary Color

#ccdfac #bfacdf

#ccdfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfac Color CSS Codes

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

#ccdfac Text Font Color

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

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


#ccdfac Background Color

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

This div background color is #ccdfac


#ccdfac Border Color

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

This div border color is #ccdfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfac


Comments

No comments written yet.

Please login to write comment.