Color Hex Logo

#ded460 Color Hex

#DED460
(222,212,96)
0 Favorites   0 Comments

Color spaces of #ded460

RGB 22221296
HSL0.150.660.62
HSV55°57°87°
CMYK 0.000.050.57   0.13
XYZ55.779063.461120.3757
Yxy63.46110.39950.4545
Hunter Lab79.6625-14.425140.5988
CIE-Lab83.6844-11.059857.4728

#ded460 color RGB value is (222,212,96).

#ded460 hex color red value is 222, green value is 212 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ded460 hue: 0.15 , saturation: 0.66 and the lightness value of ded460 is 0.62.

The process color (four color CMYK) of #ded460 color hex is 0.00, 0.05, 0.57, 0.13. Web safe color of #ded460 is #cccc66. Color #ded460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 01100000
Octal 336 324 140
Decimal 222 212 96
Hex DE D4 60

RGB Percentages of Color #ded460

%41.89
%40.00
%18.11

CMYK Percentages of Color #ded460

%0
%5
%57
%13

Triadic Colors of #ded460

#ded460 #60ded4 #d460de

Analogous Colors of #ded460

#ded460 #a9de60 #de9560

Monochromatic Colors of #ded460

#ded460

Complementary Color

#ded460 #606ade

#ded460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded460 Color CSS Codes

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

#ded460 Text Font Color

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

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


#ded460 Background Color

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

This div background color is #ded460


#ded460 Border Color

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

This div border color is #ded460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded460


Comments

No comments written yet.

Please login to write comment.