Color Hex Logo

#ccdd3f Color Hex

#CCDD3F
(204,221,63)
0 Favorites   0 Comments

Color spaces of #ccdd3f

RGB 20422163
HSL0.180.700.56
HSV66°71°87°
CMYK 0.080.000.71   0.13
XYZ51.655564.909214.5088
Yxy64.90920.39410.4952
Hunter Lab80.5662-26.544745.7191
CIE-Lab84.4369-24.884171.0135

#ccdd3f color RGB value is (204,221,63).

#ccdd3f hex color red value is 204, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ccdd3f hue: 0.18 , saturation: 0.70 and the lightness value of ccdd3f is 0.56.

The process color (four color CMYK) of #ccdd3f color hex is 0.08, 0.00, 0.71, 0.13. Web safe color of #ccdd3f is #cccc33. Color #ccdd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 00111111
Octal 314 335 77
Decimal 204 221 63
Hex CC DD 3F

RGB Percentages of Color #ccdd3f

%41.80
%45.29
%12.91

CMYK Percentages of Color #ccdd3f

%8
%0
%71
%13

Triadic Colors of #ccdd3f

#ccdd3f #3fccdd #dd3fcc

Analogous Colors of #ccdd3f

#ccdd3f #7ddd3f #dd9f3f

Monochromatic Colors of #ccdd3f

#ccdd3f

Complementary Color

#ccdd3f #503fdd

#ccdd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd3f Color CSS Codes

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

#ccdd3f Text Font Color

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

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


#ccdd3f Background Color

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

This div background color is #ccdd3f


#ccdd3f Border Color

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

This div border color is #ccdd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd3f


Comments

No comments written yet.

Please login to write comment.