Color Hex Logo

#dcdd2f Color Hex

#DCDD2F
(220,221,47)
0 Favorites   0 Comments

Color spaces of #dcdd2f

RGB 22022147
HSL0.170.720.53
HSV60°79°87°
CMYK 0.000.000.79   0.13
XYZ55.884767.133812.7020
Yxy67.13380.41180.4946
Hunter Lab81.9352-21.639048.1632
CIE-Lab85.5715-18.929577.3993

#dcdd2f color RGB value is (220,221,47).

#dcdd2f hex color red value is 220, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dcdd2f hue: 0.17 , saturation: 0.72 and the lightness value of dcdd2f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 00101111
Octal 334 335 57
Decimal 220 221 47
Hex DC DD 2F

RGB Percentages of Color #dcdd2f

%45.08
%45.29
%9.63

CMYK Percentages of Color #dcdd2f

%0
%0
%79
%13

Triadic Colors of #dcdd2f

#dcdd2f #2fdcdd #dd2fdc

Analogous Colors of #dcdd2f

#dcdd2f #85dd2f #dd872f

Monochromatic Colors of #dcdd2f

#dcdd2f

Complementary Color

#dcdd2f #302fdd

#dcdd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd2f Color CSS Codes

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

#dcdd2f Text Font Color

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

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


#dcdd2f Background Color

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

This div background color is #dcdd2f


#dcdd2f Border Color

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

This div border color is #dcdd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd2f


Comments

No comments written yet.

Please login to write comment.