Color Hex Logo

#deba71 Color Hex

#DEBA71
(222,186,113)
0 Favorites   0 Comments

Color spaces of #deba71

RGB 222186113
HSL0.110.620.66
HSV40°49°87°
CMYK 0.000.160.49   0.13
XYZ50.663751.839722.9586
Yxy51.83970.40380.4132
Hunter Lab71.9998-0.395531.4940
CIE-Lab77.18493.746441.6239

#deba71 color RGB value is (222,186,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 01110001
Octal 336 272 161
Decimal 222 186 113
Hex DE BA 71

RGB Percentages of Color #deba71

%42.61
%35.70
%21.69

CMYK Percentages of Color #deba71

%0
%16
%49
%13

Triadic Colors of #deba71

#deba71 #71deba #ba71de

Analogous Colors of #deba71

#deba71 #ccde71 #de8471

Monochromatic Colors of #deba71

#deba71

Complementary Color

#deba71 #7195de

#deba71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deba71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deba71 Color CSS Codes

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

#deba71 Text Font Color

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

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


#deba71 Background Color

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

This div background color is #deba71


#deba71 Border Color

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

This div border color is #deba71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deba71


Comments

No comments written yet.

Please login to write comment.