Color Hex Logo

#dedb39 Color Hex

#DEDB39
(222,219,57)
0 Favorites   0 Comments

Color spaces of #dedb39

RGB 22221957
HSL0.160.710.55
HSV59°74°87°
CMYK 0.000.010.74   0.13
XYZ56.194266.488013.7426
Yxy66.48800.41190.4874
Hunter Lab81.5402-19.680347.0855
CIE-Lab85.2447-16.749274.2371

#dedb39 color RGB value is (222,219,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 00111001
Octal 336 333 71
Decimal 222 219 57
Hex DE DB 39

RGB Percentages of Color #dedb39

%44.58
%43.98
%11.45

CMYK Percentages of Color #dedb39

%0
%1
%74
%13

Triadic Colors of #dedb39

#dedb39 #39dedb #db39de

Analogous Colors of #dedb39

#dedb39 #8fde39 #de8939

Monochromatic Colors of #dedb39

#dedb39

Complementary Color

#dedb39 #393cde

#dedb39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb39 Color CSS Codes

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

#dedb39 Text Font Color

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

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


#dedb39 Background Color

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

This div background color is #dedb39


#dedb39 Border Color

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

This div border color is #dedb39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb39


Comments

No comments written yet.

Please login to write comment.