Color Hex Logo

#ded56a Color Hex

#DED56A
(222,213,106)
0 Favorites   0 Comments

Color spaces of #ded56a

RGB 222213106
HSL0.150.640.64
HSV55°52°87°
CMYK 0.000.040.52   0.13
XYZ56.520064.158723.0406
Yxy64.15870.39330.4464
Hunter Lab80.0991-14.219339.0146
CIE-Lab84.0483-10.782953.3159

#ded56a color RGB value is (222,213,106).

#ded56a hex color red value is 222, green value is 213 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ded56a hue: 0.15 , saturation: 0.64 and the lightness value of ded56a is 0.64.

The process color (four color CMYK) of #ded56a color hex is 0.00, 0.04, 0.52, 0.13. Web safe color of #ded56a is #cccc66. Color #ded56a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 01101010
Octal 336 325 152
Decimal 222 213 106
Hex DE D5 6A

RGB Percentages of Color #ded56a

%41.04
%39.37
%19.59

CMYK Percentages of Color #ded56a

%0
%4
%52
%13

Triadic Colors of #ded56a

#ded56a #6aded5 #d56ade

Analogous Colors of #ded56a

#ded56a #adde6a #de9b6a

Monochromatic Colors of #ded56a

#ded56a

Complementary Color

#ded56a #6a73de

#ded56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded56a Color CSS Codes

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

#ded56a Text Font Color

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

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


#ded56a Background Color

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

This div background color is #ded56a


#ded56a Border Color

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

This div border color is #ded56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded56a


Comments

No comments written yet.

Please login to write comment.