Color Hex Logo

#ccdd1f Color Hex

#CCDD1F
(204,221,31)
0 Favorites   0 Comments

Color spaces of #ccdd1f

RGB 20422131
HSL0.180.750.49
HSV65°86°87°
CMYK 0.080.000.86   0.13
XYZ51.005664.649211.0866
Yxy64.64920.40240.5101
Hunter Lab80.4047-27.474948.1081
CIE-Lab84.3026-26.023779.5436

#ccdd1f color RGB value is (204,221,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 00011111
Octal 314 335 37
Decimal 204 221 31
Hex CC DD 1F

RGB Percentages of Color #ccdd1f

%44.74
%48.46
%6.80

CMYK Percentages of Color #ccdd1f

%8
%0
%86
%13

Triadic Colors of #ccdd1f

#ccdd1f #1fccdd #dd1fcc

Analogous Colors of #ccdd1f

#ccdd1f #6ddd1f #dd8f1f

Monochromatic Colors of #ccdd1f

#ccdd1f

Complementary Color

#ccdd1f #301fdd

#ccdd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd1f Color CSS Codes

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

#ccdd1f Text Font Color

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

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


#ccdd1f Background Color

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

This div background color is #ccdd1f


#ccdd1f Border Color

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

This div border color is #ccdd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd1f


Comments

No comments written yet.

Please login to write comment.