Color Hex Logo

#deca53 Color Hex

#DECA53
(222,202,83)
0 Favorites   0 Comments

Color spaces of #deca53

RGB 22220283
HSL0.140.680.60
HSV51°63°87°
CMYK 0.000.090.63   0.13
XYZ52.806158.395216.6718
Yxy58.39520.41300.4567
Hunter Lab76.4168-10.380940.5565
CIE-Lab80.9580-6.881460.1722

#deca53 color RGB value is (222,202,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001010 01010011
Octal 336 312 123
Decimal 222 202 83
Hex DE CA 53

RGB Percentages of Color #deca53

%43.79
%39.84
%16.37

CMYK Percentages of Color #deca53

%0
%9
%63
%13

Triadic Colors of #deca53

#deca53 #53deca #ca53de

Analogous Colors of #deca53

#deca53 #adde53 #de8553

Monochromatic Colors of #deca53

#deca53

Complementary Color

#deca53 #5367de

#deca53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deca53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deca53 Color CSS Codes

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

#deca53 Text Font Color

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

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


#deca53 Background Color

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

This div background color is #deca53


#deca53 Border Color

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

This div border color is #deca53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deca53


Comments

No comments written yet.

Please login to write comment.