Color Hex Logo

#deca55 Color Hex

#DECA55
(222,202,85)
0 Favorites   0 Comments

Color spaces of #deca55

RGB 22220285
HSL0.140.670.60
HSV51°62°87°
CMYK 0.000.090.62   0.13
XYZ52.884458.426517.0845
Yxy58.42650.41190.4551
Hunter Lab76.4372-10.266940.2541
CIE-Lab80.9753-6.753059.3264

#deca55 color RGB value is (222,202,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001010 01010101
Octal 336 312 125
Decimal 222 202 85
Hex DE CA 55

RGB Percentages of Color #deca55

%43.61
%39.69
%16.70

CMYK Percentages of Color #deca55

%0
%9
%62
%13

Triadic Colors of #deca55

#deca55 #55deca #ca55de

Analogous Colors of #deca55

#deca55 #aede55 #de8655

Monochromatic Colors of #deca55

#deca55

Complementary Color

#deca55 #5569de

#deca55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deca55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deca55 Color CSS Codes

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

#deca55 Text Font Color

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

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


#deca55 Background Color

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

This div background color is #deca55


#deca55 Border Color

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

This div border color is #deca55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,202,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 #deca55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deca55


Comments

No comments written yet.

Please login to write comment.