Color Hex Logo

#d2aeaf Color Hex

#D2AEAF
(210,174,175)
0 Favorites   0 Comments

Color spaces of #d2aeaf

RGB 210174175
HSL1.000.290.75
HSV358°17°82°
CMYK 0.000.170.17   0.18
XYZ49.452347.068947.0362
Yxy47.06890.34450.3279
Hunter Lab68.60688.60237.3760
CIE-Lab74.233813.20924.3864

#d2aeaf color RGB value is (210,174,175).

#d2aeaf hex color red value is 210, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d2aeaf hue: 1.00 , saturation: 0.29 and the lightness value of d2aeaf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101110 10101111
Octal 322 256 257
Decimal 210 174 175
Hex D2 AE AF

RGB Percentages of Color #d2aeaf

%37.57
%31.13
%31.31

CMYK Percentages of Color #d2aeaf

%0
%17
%17
%18

Triadic Colors of #d2aeaf

#d2aeaf #afd2ae #aeafd2

Analogous Colors of #d2aeaf

#d2aeaf #d2bfae #d2aec1

Monochromatic Colors of #d2aeaf

#d2aeaf

Complementary Color

#d2aeaf #aed2d1

#d2aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aeaf Color CSS Codes

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

#d2aeaf Text Font Color

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

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


#d2aeaf Background Color

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

This div background color is #d2aeaf


#d2aeaf Border Color

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

This div border color is #d2aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aeaf


Comments

No comments written yet.

Please login to write comment.