Color Hex Logo

#deab71 Color Hex

#DEAB71
(222,171,113)
0 Favorites   0 Comments

Color spaces of #deab71

RGB 222171113
HSL0.090.620.66
HSV32°49°87°
CMYK 0.000.230.49   0.13
XYZ47.667745.847721.9599
Yxy45.84770.41280.3970
Hunter Lab67.71097.167828.1688
CIE-Lab73.446611.705636.9303

#deab71 color RGB value is (222,171,113).

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

The process color (four color CMYK) of #deab71 color hex is 0.00, 0.23, 0.49, 0.13. Web safe color of #deab71 is #cc9966. Color #deab71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 01110001
Octal 336 253 161
Decimal 222 171 113
Hex DE AB 71

RGB Percentages of Color #deab71

%43.87
%33.79
%22.33

CMYK Percentages of Color #deab71

%0
%23
%49
%13

Triadic Colors of #deab71

#deab71 #71deab #ab71de

Analogous Colors of #deab71

#deab71 #dbde71 #de7571

Monochromatic Colors of #deab71

#deab71

Complementary Color

#deab71 #71a4de

#deab71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab71 Color CSS Codes

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

#deab71 Text Font Color

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

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


#deab71 Background Color

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

This div background color is #deab71


#deab71 Border Color

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

This div border color is #deab71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab71


Comments

No comments written yet.

Please login to write comment.