Color Hex Logo

#ded447 Color Hex

#DED447
(222,212,71)
0 Favorites   0 Comments

Color spaces of #ded447

RGB 22221271
HSL0.160.700.57
HSV56°68°87°
CMYK 0.000.050.68   0.13
XYZ54.805063.071515.2467
Yxy63.07150.41170.4738
Hunter Lab79.4176-15.800344.2097
CIE-Lab83.4800-12.629667.6603

#ded447 color RGB value is (222,212,71).

#ded447 hex color red value is 222, green value is 212 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ded447 hue: 0.16 , saturation: 0.70 and the lightness value of ded447 is 0.57.

The process color (four color CMYK) of #ded447 color hex is 0.00, 0.05, 0.68, 0.13. Web safe color of #ded447 is #cccc33. Color #ded447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 01000111
Octal 336 324 107
Decimal 222 212 71
Hex DE D4 47

RGB Percentages of Color #ded447

%43.96
%41.98
%14.06

CMYK Percentages of Color #ded447

%0
%5
%68
%13

Triadic Colors of #ded447

#ded447 #47ded4 #d447de

Analogous Colors of #ded447

#ded447 #9dde47 #de8947

Monochromatic Colors of #ded447

#ded447

Complementary Color

#ded447 #4751de

#ded447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded447 Color CSS Codes

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

#ded447 Text Font Color

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

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


#ded447 Background Color

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

This div background color is #ded447


#ded447 Border Color

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

This div border color is #ded447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded447


Comments

No comments written yet.

Please login to write comment.