Color Hex Logo

#deca0f Color Hex

#DECA0F
(222,202,15)
0 Favorites   0 Comments

Color spaces of #deca0f

RGB 22220215
HSL0.150.870.46
HSV54°93°87°
CMYK 0.000.090.93   0.13
XYZ51.331057.80518.9040
Yxy57.80510.43490.4897
Hunter Lab76.0297-12.538646.2772
CIE-Lab80.6303-9.332579.7936

#deca0f color RGB value is (222,202,15).

#deca0f hex color red value is 222, green value is 202 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #deca0f hue: 0.15 , saturation: 0.87 and the lightness value of deca0f is 0.46.

The process color (four color CMYK) of #deca0f color hex is 0.00, 0.09, 0.93, 0.13. Web safe color of #deca0f is #cccc00. Color #deca0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001010 00001111
Octal 336 312 17
Decimal 222 202 15
Hex DE CA F

RGB Percentages of Color #deca0f

%50.57
%46.01
%3.42

CMYK Percentages of Color #deca0f

%0
%9
%93
%13

Triadic Colors of #deca0f

#deca0f #0fdeca #ca0fde

Analogous Colors of #deca0f

#deca0f #8bde0f #de630f

Monochromatic Colors of #deca0f

#deca0f

Complementary Color

#deca0f #0f23de

#deca0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deca0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deca0f Color CSS Codes

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

#deca0f Text Font Color

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

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


#deca0f Background Color

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

This div background color is #deca0f


#deca0f Border Color

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

This div border color is #deca0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deca0f


Comments

No comments written yet.

Please login to write comment.