Color Hex Logo

#dedb37 Color Hex

#DEDB37
(222,219,55)
0 Favorites   0 Comments

Color spaces of #dedb37

RGB 22221955
HSL0.160.720.54
HSV59°75°87°
CMYK 0.000.010.75   0.13
XYZ56.145366.468513.4850
Yxy66.46850.41250.4884
Hunter Lab81.5282-19.748447.2630
CIE-Lab85.2348-16.828374.8508

#dedb37 color RGB value is (222,219,55).

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

The process color (four color CMYK) of #dedb37 color hex is 0.00, 0.01, 0.75, 0.13. Web safe color of #dedb37 is #cccc33. Color #dedb37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 00110111
Octal 336 333 67
Decimal 222 219 55
Hex DE DB 37

RGB Percentages of Color #dedb37

%44.76
%44.15
%11.09

CMYK Percentages of Color #dedb37

%0
%1
%75
%13

Triadic Colors of #dedb37

#dedb37 #37dedb #db37de

Analogous Colors of #dedb37

#dedb37 #8ede37 #de8837

Monochromatic Colors of #dedb37

#dedb37

Complementary Color

#dedb37 #373ade

#dedb37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb37 Color CSS Codes

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

#dedb37 Text Font Color

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

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


#dedb37 Background Color

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

This div background color is #dedb37


#dedb37 Border Color

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

This div border color is #dedb37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb37


Comments

No comments written yet.

Please login to write comment.