Color Hex Logo

#d6afba Color Hex

#D6AFBA
(214,175,186)
0 Favorites   0 Comments

Color spaces of #d6afba

RGB 214175186
HSL0.950.320.76
HSV343°18°84°
CMYK 0.000.180.13   0.16
XYZ51.924548.501353.0793
Yxy48.50130.33830.3160
Hunter Lab69.642911.21143.5613
CIE-Lab75.140015.8959-0.2670

#d6afba color RGB value is (214,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101111 10111010
Octal 326 257 272
Decimal 214 175 186
Hex D6 AF BA

RGB Percentages of Color #d6afba

%37.22
%30.43
%32.35

CMYK Percentages of Color #d6afba

%0
%18
%13
%16

Triadic Colors of #d6afba

#d6afba #bad6af #afbad6

Analogous Colors of #d6afba

#d6afba #d6b8af #d6afce

Monochromatic Colors of #d6afba

#d6afba

Complementary Color

#d6afba #afd6cb

#d6afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6afba Color CSS Codes

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

#d6afba Text Font Color

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

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


#d6afba Background Color

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

This div background color is #d6afba


#d6afba Border Color

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

This div border color is #d6afba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d6afba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6afba


Comments

No comments written yet.

Please login to write comment.