Color Hex Logo

#ccdd4f Color Hex

#CCDD4F
(204,221,79)
0 Favorites   0 Comments

Color spaces of #ccdd4f

RGB 20422179
HSL0.190.680.59
HSV67°64°87°
CMYK 0.080.000.64   0.13
XYZ52.169665.114817.2159
Yxy65.11480.38790.4841
Hunter Lab80.6937-25.811443.8362
CIE-Lab84.5429-23.991565.2014

#ccdd4f color RGB value is (204,221,79).

#ccdd4f hex color red value is 204, green value is 221 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ccdd4f hue: 0.19 , saturation: 0.68 and the lightness value of ccdd4f is 0.59.

The process color (four color CMYK) of #ccdd4f color hex is 0.08, 0.00, 0.64, 0.13. Web safe color of #ccdd4f is #cccc66. Color #ccdd4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 01001111
Octal 314 335 117
Decimal 204 221 79
Hex CC DD 4F

RGB Percentages of Color #ccdd4f

%40.48
%43.85
%15.67

CMYK Percentages of Color #ccdd4f

%8
%0
%64
%13

Triadic Colors of #ccdd4f

#ccdd4f #4fccdd #dd4fcc

Analogous Colors of #ccdd4f

#ccdd4f #85dd4f #dda74f

Monochromatic Colors of #ccdd4f

#ccdd4f

Complementary Color

#ccdd4f #604fdd

#ccdd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd4f Color CSS Codes

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

#ccdd4f Text Font Color

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

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


#ccdd4f Background Color

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

This div background color is #ccdd4f


#ccdd4f Border Color

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

This div border color is #ccdd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd4f


Comments

No comments written yet.

Please login to write comment.