Color Hex Logo

#decb2e Color Hex

#DECB2E
(222,203,46)
0 Favorites   0 Comments

Color spaces of #decb2e

RGB 22220346
HSL0.150.730.53
HSV54°79°87°
CMYK 0.000.090.79   0.13
XYZ51.973358.438711.1253
Yxy58.43870.42760.4808
Hunter Lab76.4452-12.421244.8830
CIE-Lab80.9821-9.157473.7100

#decb2e color RGB value is (222,203,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001011 00101110
Octal 336 313 56
Decimal 222 203 46
Hex DE CB 2E

RGB Percentages of Color #decb2e

%47.13
%43.10
%9.77

CMYK Percentages of Color #decb2e

%0
%9
%79
%13

Triadic Colors of #decb2e

#decb2e #2edecb #cb2ede

Analogous Colors of #decb2e

#decb2e #99de2e #de732e

Monochromatic Colors of #decb2e

#decb2e

Complementary Color

#decb2e #2e41de

#decb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#decb2e Color CSS Codes

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

#decb2e Text Font Color

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

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


#decb2e Background Color

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

This div background color is #decb2e


#decb2e Border Color

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

This div border color is #decb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decb2e


Comments

No comments written yet.

Please login to write comment.