Color Hex Logo

#deba6b Color Hex

#DEBA6B
(222,186,107)
0 Favorites   0 Comments

Color spaces of #deba6b

RGB 222186107
HSL0.110.640.65
HSV41°52°87°
CMYK 0.000.160.52   0.13
XYZ50.336951.708921.2377
Yxy51.70890.40830.4194
Hunter Lab71.9089-0.888932.8254
CIE-Lab77.10643.210944.5405

#deba6b color RGB value is (222,186,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01101011
Octal 336 272 153
Decimal 222 186 107
Hex DE BA 6B

RGB Percentages of Color #deba6b

%43.11
%36.12
%20.78

CMYK Percentages of Color #deba6b

%0
%16
%52
%13

Triadic Colors of #deba6b

#deba6b #6bdeba #ba6bde

Analogous Colors of #deba6b

#deba6b #c9de6b #de816b

Monochromatic Colors of #deba6b

#deba6b

Complementary Color

#deba6b #6b8fde

#deba6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba6b Color CSS Codes

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

#deba6b Text Font Color

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

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


#deba6b Background Color

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

This div background color is #deba6b


#deba6b Border Color

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

This div border color is #deba6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba6b


Comments

No comments written yet.

Please login to write comment.