Color Hex Logo

#dcdd4b Color Hex

#DCDD4B
(220,221,75)
0 Favorites   0 Comments

Color spaces of #dcdd4b

RGB 22022175
HSL0.170.680.58
HSV60°66°87°
CMYK 0.000.000.66   0.13
XYZ56.641767.436516.6878
Yxy67.43650.40240.4791
Hunter Lab82.1197-20.590045.4353
CIE-Lab85.7239-17.703668.3550

#dcdd4b color RGB value is (220,221,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01001011
Octal 334 335 113
Decimal 220 221 75
Hex DC DD 4B

RGB Percentages of Color #dcdd4b

%42.64
%42.83
%14.53

CMYK Percentages of Color #dcdd4b

%0
%0
%66
%13

Triadic Colors of #dcdd4b

#dcdd4b #4bdcdd #dd4bdc

Analogous Colors of #dcdd4b

#dcdd4b #93dd4b #dd954b

Monochromatic Colors of #dcdd4b

#dcdd4b

Complementary Color

#dcdd4b #4c4bdd

#dcdd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd4b Color CSS Codes

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

#dcdd4b Text Font Color

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

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


#dcdd4b Background Color

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

This div background color is #dcdd4b


#dcdd4b Border Color

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

This div border color is #dcdd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd4b


Comments

No comments written yet.

Please login to write comment.