Color Hex Logo

#ded32f Color Hex

#DED32F
(222,211,47)
0 Favorites   0 Comments

Color spaces of #ded32f

RGB 22221147
HSL0.160.730.53
HSV56°79°87°
CMYK 0.000.050.79   0.13
XYZ53.931662.323411.8764
Yxy62.32340.42090.4864
Hunter Lab78.9452-16.211346.3421
CIE-Lab83.0851-13.150175.2774

#ded32f color RGB value is (222,211,47).

#ded32f hex color red value is 222, green value is 211 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ded32f hue: 0.16 , saturation: 0.73 and the lightness value of ded32f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 00101111
Octal 336 323 57
Decimal 222 211 47
Hex DE D3 2F

RGB Percentages of Color #ded32f

%46.25
%43.96
%9.79

CMYK Percentages of Color #ded32f

%0
%5
%79
%13

Triadic Colors of #ded32f

#ded32f #2fded3 #d32fde

Analogous Colors of #ded32f

#ded32f #92de2f #de7c2f

Monochromatic Colors of #ded32f

#ded32f

Complementary Color

#ded32f #2f3ade

#ded32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded32f Color CSS Codes

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

#ded32f Text Font Color

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

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


#ded32f Background Color

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

This div background color is #ded32f


#ded32f Border Color

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

This div border color is #ded32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded32f


Comments

No comments written yet.

Please login to write comment.