Color Hex Logo

#deca59 Color Hex

#DECA59
(222,202,89)
0 Favorites   0 Comments

Color spaces of #deca59

RGB 22220289
HSL0.140.670.61
HSV51°60°87°
CMYK 0.000.090.60   0.13
XYZ53.047958.491917.9453
Yxy58.49190.40970.4517
Hunter Lab76.4800-10.029239.6242
CIE-Lab81.0115-6.485557.6066

#deca59 color RGB value is (222,202,89).

#deca59 hex color red value is 222, green value is 202 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #deca59 hue: 0.14 , saturation: 0.67 and the lightness value of deca59 is 0.61.

The process color (four color CMYK) of #deca59 color hex is 0.00, 0.09, 0.60, 0.13. Web safe color of #deca59 is #cccc66. Color #deca59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001010 01011001
Octal 336 312 131
Decimal 222 202 89
Hex DE CA 59

RGB Percentages of Color #deca59

%43.27
%39.38
%17.35

CMYK Percentages of Color #deca59

%0
%9
%60
%13

Triadic Colors of #deca59

#deca59 #59deca #ca59de

Analogous Colors of #deca59

#deca59 #b0de59 #de8859

Monochromatic Colors of #deca59

#deca59

Complementary Color

#deca59 #596dde

#deca59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deca59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deca59 Color CSS Codes

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

#deca59 Text Font Color

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

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


#deca59 Background Color

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

This div background color is #deca59


#deca59 Border Color

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

This div border color is #deca59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deca59


Comments

No comments written yet.

Please login to write comment.