Color Hex Logo

#dedb54 Color Hex

#DEDB54
(222,219,84)
0 Favorites   0 Comments

Color spaces of #dedb54

RGB 22221984
HSL0.160.680.60
HSV59°62°87°
CMYK 0.000.010.62   0.13
XYZ57.056066.832718.2803
Yxy66.83270.40130.4701
Hunter Lab81.7513-18.485743.9681
CIE-Lab85.4194-15.367764.5283

#dedb54 color RGB value is (222,219,84).

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

The process color (four color CMYK) of #dedb54 color hex is 0.00, 0.01, 0.62, 0.13. Web safe color of #dedb54 is #cccc66. Color #dedb54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01010100
Octal 336 333 124
Decimal 222 219 84
Hex DE DB 54

RGB Percentages of Color #dedb54

%42.29
%41.71
%16.00

CMYK Percentages of Color #dedb54

%0
%1
%62
%13

Triadic Colors of #dedb54

#dedb54 #54dedb #db54de

Analogous Colors of #dedb54

#dedb54 #9cde54 #de9654

Monochromatic Colors of #dedb54

#dedb54

Complementary Color

#dedb54 #5457de

#dedb54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb54 Color CSS Codes

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

#dedb54 Text Font Color

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

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


#dedb54 Background Color

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

This div background color is #dedb54


#dedb54 Border Color

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

This div border color is #dedb54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb54


Comments

No comments written yet.

Please login to write comment.