Color Hex Logo

#deba2e Color Hex

#DEBA2E
(222,186,46)
0 Favorites   0 Comments

Color spaces of #deba2e

RGB 22218646
HSL0.130.730.53
HSV48°79°87°
CMYK 0.000.160.79   0.13
XYZ48.176250.84479.8596
Yxy50.84470.44250.4670
Hunter Lab71.3055-4.184441.7156
CIE-Lab76.5848-0.413869.8180

#deba2e color RGB value is (222,186,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 00101110
Octal 336 272 56
Decimal 222 186 46
Hex DE BA 2E

RGB Percentages of Color #deba2e

%48.90
%40.97
%10.13

CMYK Percentages of Color #deba2e

%0
%16
%79
%13

Triadic Colors of #deba2e

#deba2e #2edeba #ba2ede

Analogous Colors of #deba2e

#deba2e #aade2e #de622e

Monochromatic Colors of #deba2e

#deba2e

Complementary Color

#deba2e #2e52de

#deba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba2e Color CSS Codes

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

#deba2e Text Font Color

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

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


#deba2e Background Color

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

This div background color is #deba2e


#deba2e Border Color

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

This div border color is #deba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba2e


Comments

No comments written yet.

Please login to write comment.