Color Hex Logo

#deb46b Color Hex

#DEB46B
(222,180,107)
0 Favorites   0 Comments

Color spaces of #deb46b

RGB 222180107
HSL0.110.640.65
HSV38°52°87°
CMYK 0.000.190.52   0.13
XYZ49.099349.233620.8252
Yxy49.23360.41210.4132
Hunter Lab70.16672.114231.5196
CIE-Lab75.59646.376842.6929

#deb46b color RGB value is (222,180,107).

#deb46b hex color red value is 222, green value is 180 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #deb46b hue: 0.11 , saturation: 0.64 and the lightness value of deb46b is 0.65.

The process color (four color CMYK) of #deb46b color hex is 0.00, 0.19, 0.52, 0.13. Web safe color of #deb46b is #cccc66. Color #deb46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01101011
Octal 336 264 153
Decimal 222 180 107
Hex DE B4 6B

RGB Percentages of Color #deb46b

%43.61
%35.36
%21.02

CMYK Percentages of Color #deb46b

%0
%19
%52
%13

Triadic Colors of #deb46b

#deb46b #6bdeb4 #b46bde

Analogous Colors of #deb46b

#deb46b #cfde6b #de7b6b

Monochromatic Colors of #deb46b

#deb46b

Complementary Color

#deb46b #6b95de

#deb46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb46b Color CSS Codes

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

#deb46b Text Font Color

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

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


#deb46b Background Color

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

This div background color is #deb46b


#deb46b Border Color

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

This div border color is #deb46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb46b


Comments

No comments written yet.

Please login to write comment.