Color Hex Logo

#deab78 Color Hex

#DEAB78
(222,171,120)
0 Favorites   0 Comments

Color spaces of #deab78

RGB 222171120
HSL0.080.610.67
HSV30°46°87°
CMYK 0.000.230.46   0.13
XYZ48.077346.011524.1165
Yxy46.01150.40670.3893
Hunter Lab67.83187.810326.4026
CIE-Lab73.553012.381533.3935

#deab78 color RGB value is (222,171,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 01111000
Octal 336 253 170
Decimal 222 171 120
Hex DE AB 78

RGB Percentages of Color #deab78

%43.27
%33.33
%23.39

CMYK Percentages of Color #deab78

%0
%23
%46
%13

Triadic Colors of #deab78

#deab78 #78deab #ab78de

Analogous Colors of #deab78

#deab78 #dede78 #de7878

Monochromatic Colors of #deab78

#deab78

Complementary Color

#deab78 #78abde

#deab78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab78 Color CSS Codes

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

#deab78 Text Font Color

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

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


#deab78 Background Color

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

This div background color is #deab78


#deab78 Border Color

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

This div border color is #deab78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab78


Comments

No comments written yet.

Please login to write comment.