Color Hex Logo

#deba4b Color Hex

#DEBA4B
(222,186,75)
0 Favorites   0 Comments

Color spaces of #deba4b

RGB 22218675
HSL0.130.690.58
HSV45°66°87°
CMYK 0.000.160.66   0.13
XYZ48.953151.155413.9505
Yxy51.15540.42920.4485
Hunter Lab71.5230-2.993038.5016
CIE-Lab76.77300.906559.1274

#deba4b color RGB value is (222,186,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01001011
Octal 336 272 113
Decimal 222 186 75
Hex DE BA 4B

RGB Percentages of Color #deba4b

%45.96
%38.51
%15.53

CMYK Percentages of Color #deba4b

%0
%16
%66
%13

Triadic Colors of #deba4b

#deba4b #4bdeba #ba4bde

Analogous Colors of #deba4b

#deba4b #b9de4b #de714b

Monochromatic Colors of #deba4b

#deba4b

Complementary Color

#deba4b #4b6fde

#deba4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba4b Color CSS Codes

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

#deba4b Text Font Color

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

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


#deba4b Background Color

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

This div background color is #deba4b


#deba4b Border Color

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

This div border color is #deba4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba4b


Comments

No comments written yet.

Please login to write comment.