Color Hex Logo

#dbafaa Color Hex

#DBAFAA
(219,175,170)
0 Favorites   0 Comments

Color spaces of #dbafaa

RGB 219175170
HSL0.020.400.76
HSV22°86°
CMYK 0.000.200.22   0.14
XYZ51.799148.622344.6851
Yxy48.62230.35700.3351
Hunter Lab69.729710.572810.8158
CIE-Lab75.215715.24028.6416

#dbafaa color RGB value is (219,175,170).

#dbafaa hex color red value is 219, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbafaa hue: 0.02 , saturation: 0.40 and the lightness value of dbafaa is 0.76.

The process color (four color CMYK) of #dbafaa color hex is 0.00, 0.20, 0.22, 0.14. Web safe color of #dbafaa is #cc9999. Color #dbafaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10101010
Octal 333 257 252
Decimal 219 175 170
Hex DB AF AA

RGB Percentages of Color #dbafaa

%38.83
%31.03
%30.14

CMYK Percentages of Color #dbafaa

%0
%20
%22
%14

Triadic Colors of #dbafaa

#dbafaa #aadbaf #afaadb

Analogous Colors of #dbafaa

#dbafaa #dbc8aa #dbaabe

Monochromatic Colors of #dbafaa

#dbafaa

Complementary Color

#dbafaa #aad6db

#dbafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafaa Color CSS Codes

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

#dbafaa Text Font Color

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

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


#dbafaa Background Color

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

This div background color is #dbafaa


#dbafaa Border Color

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

This div border color is #dbafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafaa


Comments

No comments written yet.

Please login to write comment.