Color Hex Logo

#d4aabf Color Hex

#D4AABF
(212,170,191)
0 Favorites   0 Comments

Color spaces of #d4aabf

RGB 212170191
HSL0.920.330.75
HSV330°20°83°
CMYK 0.000.200.10   0.17
XYZ50.930146.508155.5829
Yxy46.50810.33280.3039
Hunter Lab68.196813.9611-0.5857
CIE-Lab73.874018.7267-4.8866

#d4aabf color RGB value is (212,170,191).

#d4aabf hex color red value is 212, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d4aabf hue: 0.92 , saturation: 0.33 and the lightness value of d4aabf is 0.75.

The process color (four color CMYK) of #d4aabf color hex is 0.00, 0.20, 0.10, 0.17. Web safe color of #d4aabf is #cc99cc. Color #d4aabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 10111111
Octal 324 252 277
Decimal 212 170 191
Hex D4 AA BF

RGB Percentages of Color #d4aabf

%37.00
%29.67
%33.33

CMYK Percentages of Color #d4aabf

%0
%20
%10
%17

Triadic Colors of #d4aabf

#d4aabf #bfd4aa #aabfd4

Analogous Colors of #d4aabf

#d4aabf #d4aaaa #d4aad4

Monochromatic Colors of #d4aabf

#d4aabf

Complementary Color

#d4aabf #aad4bf

#d4aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aabf Color CSS Codes

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

#d4aabf Text Font Color

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

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


#d4aabf Background Color

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

This div background color is #d4aabf


#d4aabf Border Color

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

This div border color is #d4aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aabf


Comments

No comments written yet.

Please login to write comment.