Color Hex Logo

#d4afba Color Hex

#D4AFBA
(212,175,186)
0 Favorites   0 Comments

Color spaces of #d4afba

RGB 212175186
HSL0.950.300.76
HSV342°17°83°
CMYK 0.000.170.12   0.17
XYZ51.344348.202253.0522
Yxy48.20220.33650.3159
Hunter Lab69.427810.50843.2939
CIE-Lab74.952315.1770-0.5639

#d4afba color RGB value is (212,175,186).

#d4afba hex color red value is 212, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d4afba hue: 0.95 , saturation: 0.30 and the lightness value of d4afba is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101111 10111010
Octal 324 257 272
Decimal 212 175 186
Hex D4 AF BA

RGB Percentages of Color #d4afba

%37.00
%30.54
%32.46

CMYK Percentages of Color #d4afba

%0
%17
%12
%17

Triadic Colors of #d4afba

#d4afba #bad4af #afbad4

Analogous Colors of #d4afba

#d4afba #d4b7af #d4afcd

Monochromatic Colors of #d4afba

#d4afba

Complementary Color

#d4afba #afd4c9

#d4afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4afba Color CSS Codes

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

#d4afba Text Font Color

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

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


#d4afba Background Color

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

This div background color is #d4afba


#d4afba Border Color

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

This div border color is #d4afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4afba


Comments

No comments written yet.

Please login to write comment.