Color Hex Logo

#d0aeaa Color Hex

#D0AEAA
(208,174,170)
0 Favorites   0 Comments

Color spaces of #d0aeaa

RGB 208174170
HSL0.020.290.74
HSV18°82°
CMYK 0.000.160.18   0.18
XYZ48.404246.584344.4707
Yxy46.58430.34710.3340
Hunter Lab68.25277.14849.1459
CIE-Lab73.923111.68726.6509

#d0aeaa color RGB value is (208,174,170).

#d0aeaa hex color red value is 208, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d0aeaa hue: 0.02 , saturation: 0.29 and the lightness value of d0aeaa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 10101010
Octal 320 256 252
Decimal 208 174 170
Hex D0 AE AA

RGB Percentages of Color #d0aeaa

%37.68
%31.52
%30.80

CMYK Percentages of Color #d0aeaa

%0
%16
%18
%18

Triadic Colors of #d0aeaa

#d0aeaa #aad0ae #aeaad0

Analogous Colors of #d0aeaa

#d0aeaa #d0c1aa #d0aab9

Monochromatic Colors of #d0aeaa

#d0aeaa

Complementary Color

#d0aeaa #aaccd0

#d0aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aeaa Color CSS Codes

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

#d0aeaa Text Font Color

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

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


#d0aeaa Background Color

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

This div background color is #d0aeaa


#d0aeaa Border Color

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

This div border color is #d0aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aeaa


Comments

No comments written yet.

Please login to write comment.