Color Hex Logo

#ded441 Color Hex

#DED441
(222,212,65)
0 Favorites   0 Comments

Color spaces of #ded441

RGB 22221265
HSL0.160.700.56
HSV56°71°87°
CMYK 0.000.050.71   0.13
XYZ54.621862.998214.2820
Yxy62.99820.41410.4776
Hunter Lab79.3714-16.059944.8914
CIE-Lab83.4414-12.927669.8322

#ded441 color RGB value is (222,212,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 01000001
Octal 336 324 101
Decimal 222 212 65
Hex DE D4 41

RGB Percentages of Color #ded441

%44.49
%42.48
%13.03

CMYK Percentages of Color #ded441

%0
%5
%71
%13

Triadic Colors of #ded441

#ded441 #41ded4 #d441de

Analogous Colors of #ded441

#ded441 #9ade41 #de8641

Monochromatic Colors of #ded441

#ded441

Complementary Color

#ded441 #414bde

#ded441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded441 Color CSS Codes

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

#ded441 Text Font Color

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

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


#ded441 Background Color

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

This div background color is #ded441


#ded441 Border Color

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

This div border color is #ded441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded441


Comments

No comments written yet.

Please login to write comment.