Color Hex Logo

#dcdd7b Color Hex

#DCDD7B
(220,221,123)
0 Favorites   0 Comments

Color spaces of #dcdd7b

RGB 220221123
HSL0.170.590.67
HSV61°44°87°
CMYK 0.000.000.44   0.13
XYZ58.946868.358628.8266
Yxy68.35860.37750.4378
Hunter Lab82.6793-17.425837.2037
CIE-Lab86.1854-14.061047.7593

#dcdd7b color RGB value is (220,221,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01111011
Octal 334 335 173
Decimal 220 221 123
Hex DC DD 7B

RGB Percentages of Color #dcdd7b

%39.01
%39.18
%21.81

CMYK Percentages of Color #dcdd7b

%0
%0
%44
%13

Triadic Colors of #dcdd7b

#dcdd7b #7bdcdd #dd7bdc

Analogous Colors of #dcdd7b

#dcdd7b #abdd7b #ddad7b

Monochromatic Colors of #dcdd7b

#dcdd7b

Complementary Color

#dcdd7b #7c7bdd

#dcdd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd7b Color CSS Codes

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

#dcdd7b Text Font Color

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

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


#dcdd7b Background Color

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

This div background color is #dcdd7b


#dcdd7b Border Color

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

This div border color is #dcdd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd7b


Comments

No comments written yet.

Please login to write comment.