Color Hex Logo

#d0a79e Color Hex

#D0A79E
(208,167,158)
0 Favorites   0 Comments

Color spaces of #d0a79e

RGB 208167158
HSL0.030.350.72
HSV11°24°82°
CMYK 0.000.200.24   0.18
XYZ46.002743.516038.3226
Yxy43.51600.35980.3404
Hunter Lab65.96679.037611.7328
CIE-Lab71.903813.675410.3495

#d0a79e color RGB value is (208,167,158).

#d0a79e hex color red value is 208, green value is 167 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d0a79e hue: 0.03 , saturation: 0.35 and the lightness value of d0a79e is 0.72.

The process color (four color CMYK) of #d0a79e color hex is 0.00, 0.20, 0.24, 0.18. Web safe color of #d0a79e is #cc9999. Color #d0a79e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100111 10011110
Octal 320 247 236
Decimal 208 167 158
Hex D0 A7 9E

RGB Percentages of Color #d0a79e

%39.02
%31.33
%29.64

CMYK Percentages of Color #d0a79e

%0
%20
%24
%18

Triadic Colors of #d0a79e

#d0a79e #9ed0a7 #a79ed0

Analogous Colors of #d0a79e

#d0a79e #d0c09e #d09eae

Monochromatic Colors of #d0a79e

#d0a79e

Complementary Color

#d0a79e #9ec7d0

#d0a79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a79e Color CSS Codes

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

#d0a79e Text Font Color

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

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


#d0a79e Background Color

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

This div background color is #d0a79e


#d0a79e Border Color

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

This div border color is #d0a79e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,167,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0a79e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0a79e;
  -webkit-box-shadow: 1px 1px 3px 2px #d0a79e;
  box-shadow:         1px 1px 3px 2px #d0a79e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,167,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a79e


Comments

No comments written yet.

Please login to write comment.