Color Hex Logo

#dedb55 Color Hex

#DEDB55
(222,219,85)
0 Favorites   0 Comments

Color spaces of #dedb55

RGB 22221985
HSL0.160.670.60
HSV59°62°87°
CMYK 0.000.010.62   0.13
XYZ57.095466.848518.4881
Yxy66.84850.40090.4693
Hunter Lab81.7609-18.431343.8258
CIE-Lab85.4274-15.305164.1256

#dedb55 color RGB value is (222,219,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01010101
Octal 336 333 125
Decimal 222 219 85
Hex DE DB 55

RGB Percentages of Color #dedb55

%42.21
%41.63
%16.16

CMYK Percentages of Color #dedb55

%0
%1
%62
%13

Triadic Colors of #dedb55

#dedb55 #55dedb #db55de

Analogous Colors of #dedb55

#dedb55 #9dde55 #de9755

Monochromatic Colors of #dedb55

#dedb55

Complementary Color

#dedb55 #5558de

#dedb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb55 Color CSS Codes

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

#dedb55 Text Font Color

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

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


#dedb55 Background Color

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

This div background color is #dedb55


#dedb55 Border Color

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

This div border color is #dedb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb55


Comments

No comments written yet.

Please login to write comment.