Color Hex Logo

#deab76 Color Hex

#DEAB76
(222,171,118)
0 Favorites   0 Comments

Color spaces of #deab76

RGB 222171118
HSL0.080.610.67
HSV31°47°87°
CMYK 0.000.230.47   0.13
XYZ47.957145.963423.4838
Yxy45.96340.40850.3915
Hunter Lab67.79637.622126.9201
CIE-Lab73.521812.183834.4073

#deab76 color RGB value is (222,171,118).

#deab76 hex color red value is 222, green value is 171 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #deab76 hue: 0.08 , saturation: 0.61 and the lightness value of deab76 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 01110110
Octal 336 253 166
Decimal 222 171 118
Hex DE AB 76

RGB Percentages of Color #deab76

%43.44
%33.46
%23.09

CMYK Percentages of Color #deab76

%0
%23
%47
%13

Triadic Colors of #deab76

#deab76 #76deab #ab76de

Analogous Colors of #deab76

#deab76 #ddde76 #de7776

Monochromatic Colors of #deab76

#deab76

Complementary Color

#deab76 #76a9de

#deab76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab76 Color CSS Codes

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

#deab76 Text Font Color

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

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


#deab76 Background Color

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

This div background color is #deab76


#deab76 Border Color

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

This div border color is #deab76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab76

#deab76 Color Palettes


Comments

No comments written yet.

Please login to write comment.