Color Hex Logo

#dedc7b Color Hex

#DEDC7B
(222,220,123)
0 Favorites   0 Comments

Color spaces of #dedc7b

RGB 222220123
HSL0.160.600.68
HSV59°45°87°
CMYK 0.000.010.45   0.13
XYZ59.292668.146128.7673
Yxy68.14610.37960.4363
Hunter Lab82.5507-16.254737.1240
CIE-Lab86.0795-12.771947.6647

#dedc7b color RGB value is (222,220,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 01111011
Octal 336 334 173
Decimal 222 220 123
Hex DE DC 7B

RGB Percentages of Color #dedc7b

%39.29
%38.94
%21.77

CMYK Percentages of Color #dedc7b

%0
%1
%45
%13

Triadic Colors of #dedc7b

#dedc7b #7bdedc #dc7bde

Analogous Colors of #dedc7b

#dedc7b #afde7b #deab7b

Monochromatic Colors of #dedc7b

#dedc7b

Complementary Color

#dedc7b #7b7dde

#dedc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc7b Color CSS Codes

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

#dedc7b Text Font Color

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

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


#dedc7b Background Color

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

This div background color is #dedc7b


#dedc7b Border Color

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

This div border color is #dedc7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,220,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 #dedc7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc7b


Comments

No comments written yet.

Please login to write comment.