Color Hex Logo

#dabfaa Color Hex

#DABFAA
(218,191,170)
0 Favorites   0 Comments

Color spaces of #dabfaa

RGB 218191170
HSL0.070.390.76
HSV26°22°85°
CMYK 0.000.120.22   0.15
XYZ54.799955.069345.7714
Yxy55.06930.35210.3538
Hunter Lab74.20871.949315.3764
CIE-Lab79.08126.317914.1114

#dabfaa color RGB value is (218,191,170).

#dabfaa hex color red value is 218, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dabfaa hue: 0.07 , saturation: 0.39 and the lightness value of dabfaa is 0.76.

The process color (four color CMYK) of #dabfaa color hex is 0.00, 0.12, 0.22, 0.15. Web safe color of #dabfaa is #cccc99. Color #dabfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 10101010
Octal 332 277 252
Decimal 218 191 170
Hex DA BF AA

RGB Percentages of Color #dabfaa

%37.65
%32.99
%29.36

CMYK Percentages of Color #dabfaa

%0
%12
%22
%15

Triadic Colors of #dabfaa

#dabfaa #aadabf #bfaada

Analogous Colors of #dabfaa

#dabfaa #dad7aa #daaaad

Monochromatic Colors of #dabfaa

#dabfaa

Complementary Color

#dabfaa #aac5da

#dabfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabfaa Color CSS Codes

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

#dabfaa Text Font Color

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

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


#dabfaa Background Color

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

This div background color is #dabfaa


#dabfaa Border Color

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

This div border color is #dabfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabfaa


Comments

No comments written yet.

Please login to write comment.