Color Hex Logo

#ccdf9f Color Hex

#CCDF9F
(204,223,159)
0 Favorites   0 Comments

Color spaces of #ccdf9f

RGB 204223159
HSL0.220.500.75
HSV78°29°87°
CMYK 0.090.000.29   0.13
XYZ57.547568.115942.9155
Yxy68.11590.34140.4041
Hunter Lab82.5324-19.968626.9428
CIE-Lab86.0644-16.940129.3345

#ccdf9f color RGB value is (204,223,159).

#ccdf9f hex color red value is 204, green value is 223 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ccdf9f hue: 0.22 , saturation: 0.50 and the lightness value of ccdf9f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10011111
Octal 314 337 237
Decimal 204 223 159
Hex CC DF 9F

RGB Percentages of Color #ccdf9f

%34.81
%38.05
%27.13

CMYK Percentages of Color #ccdf9f

%9
%0
%29
%13

Triadic Colors of #ccdf9f

#ccdf9f #9fccdf #df9fcc

Analogous Colors of #ccdf9f

#ccdf9f #acdf9f #dfd29f

Monochromatic Colors of #ccdf9f

#ccdf9f

Complementary Color

#ccdf9f #b29fdf

#ccdf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdf9f Color CSS Codes

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

#ccdf9f Text Font Color

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

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


#ccdf9f Background Color

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

This div background color is #ccdf9f


#ccdf9f Border Color

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

This div border color is #ccdf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdf9f


Comments

No comments written yet.

Please login to write comment.