Color Hex Logo

#decb2f Color Hex

#DECB2F
(222,203,47)
0 Favorites   0 Comments

Color spaces of #decb2f

RGB 22220347
HSL0.150.730.53
HSV53°79°87°
CMYK 0.000.090.79   0.13
XYZ51.993258.446711.2303
Yxy58.44670.42730.4804
Hunter Lab76.4504-12.392244.8058
CIE-Lab80.9865-9.124373.4244

#decb2f color RGB value is (222,203,47).

#decb2f hex color red value is 222, green value is 203 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #decb2f hue: 0.15 , saturation: 0.73 and the lightness value of decb2f is 0.53.

The process color (four color CMYK) of #decb2f color hex is 0.00, 0.09, 0.79, 0.13. Web safe color of #decb2f is #cccc33. Color #decb2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001011 00101111
Octal 336 313 57
Decimal 222 203 47
Hex DE CB 2F

RGB Percentages of Color #decb2f

%47.03
%43.01
%9.96

CMYK Percentages of Color #decb2f

%0
%9
%79
%13

Triadic Colors of #decb2f

#decb2f #2fdecb #cb2fde

Analogous Colors of #decb2f

#decb2f #9ade2f #de742f

Monochromatic Colors of #decb2f

#decb2f

Complementary Color

#decb2f #2f42de

#decb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#decb2f Color CSS Codes

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

#decb2f Text Font Color

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

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


#decb2f Background Color

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

This div background color is #decb2f


#decb2f Border Color

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

This div border color is #decb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decb2f


Comments

No comments written yet.

Please login to write comment.