Color Hex Logo

#dedc7d Color Hex

#DEDC7D
(222,220,125)
0 Favorites   0 Comments

Color spaces of #dedc7d

RGB 222220125
HSL0.160.600.68
HSV59°44°87°
CMYK 0.000.010.44   0.13
XYZ59.419168.196729.4336
Yxy68.19670.37830.4342
Hunter Lab82.5813-16.082536.6748
CIE-Lab86.1047-12.577246.7250

#dedc7d color RGB value is (222,220,125).

#dedc7d hex color red value is 222, green value is 220 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dedc7d hue: 0.16 , saturation: 0.60 and the lightness value of dedc7d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01111101
Octal 336 334 175
Decimal 222 220 125
Hex DE DC 7D

RGB Percentages of Color #dedc7d

%39.15
%38.80
%22.05

CMYK Percentages of Color #dedc7d

%0
%1
%44
%13

Triadic Colors of #dedc7d

#dedc7d #7ddedc #dc7dde

Analogous Colors of #dedc7d

#dedc7d #b0de7d #deac7d

Monochromatic Colors of #dedc7d

#dedc7d

Complementary Color

#dedc7d #7d7fde

#dedc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc7d Color CSS Codes

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

#dedc7d Text Font Color

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

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


#dedc7d Background Color

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

This div background color is #dedc7d


#dedc7d Border Color

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

This div border color is #dedc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc7d


Comments

No comments written yet.

Please login to write comment.