Color Hex Logo

#ded82f Color Hex

#DED82F
(222,216,47)
0 Favorites   0 Comments

Color spaces of #ded82f

RGB 22221647
HSL0.160.730.53
HSV58°79°87°
CMYK 0.000.030.79   0.13
XYZ55.193264.846612.2970
Yxy64.84660.41710.4900
Hunter Lab80.5274-18.579647.3152
CIE-Lab84.4046-15.634876.4374

#ded82f color RGB value is (222,216,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011000 00101111
Octal 336 330 57
Decimal 222 216 47
Hex DE D8 2F

RGB Percentages of Color #ded82f

%45.77
%44.54
%9.69

CMYK Percentages of Color #ded82f

%0
%3
%79
%13

Triadic Colors of #ded82f

#ded82f #2fded8 #d82fde

Analogous Colors of #ded82f

#ded82f #8dde2f #de812f

Monochromatic Colors of #ded82f

#ded82f

Complementary Color

#ded82f #2f35de

#ded82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded82f Color CSS Codes

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

#ded82f Text Font Color

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

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


#ded82f Background Color

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

This div background color is #ded82f


#ded82f Border Color

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

This div border color is #ded82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded82f


Comments

No comments written yet.

Please login to write comment.