Color Hex Logo

#ded951 Color Hex

#DED951
(222,217,81)
0 Favorites   0 Comments

Color spaces of #ded951

RGB 22221781
HSL0.160.680.59
HSV58°64°87°
CMYK 0.000.020.64   0.13
XYZ56.422365.749417.5017
Yxy65.74940.40400.4707
Hunter Lab81.0860-17.694443.9630
CIE-Lab84.8684-14.560265.1676

#ded951 color RGB value is (222,217,81).

#ded951 hex color red value is 222, green value is 217 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ded951 hue: 0.16 , saturation: 0.68 and the lightness value of ded951 is 0.59.

The process color (four color CMYK) of #ded951 color hex is 0.00, 0.02, 0.64, 0.13. Web safe color of #ded951 is #cccc66. Color #ded951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 01010001
Octal 336 331 121
Decimal 222 217 81
Hex DE D9 51

RGB Percentages of Color #ded951

%42.69
%41.73
%15.58

CMYK Percentages of Color #ded951

%0
%2
%64
%13

Triadic Colors of #ded951

#ded951 #51ded9 #d951de

Analogous Colors of #ded951

#ded951 #9dde51 #de9351

Monochromatic Colors of #ded951

#ded951

Complementary Color

#ded951 #5156de

#ded951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded951 Color CSS Codes

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

#ded951 Text Font Color

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

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


#ded951 Background Color

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

This div background color is #ded951


#ded951 Border Color

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

This div border color is #ded951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded951


Comments

No comments written yet.

Please login to write comment.