Color Hex Logo

#dabfac Color Hex

#DABFAC
(218,191,172)
0 Favorites   0 Comments

Color spaces of #dabfac

RGB 218191172
HSL0.070.380.76
HSV25°21°85°
CMYK 0.000.120.21   0.15
XYZ54.990655.145646.7756
Yxy55.14560.35050.3514
Hunter Lab74.26012.226514.6359
CIE-Lab79.12516.610913.0993

#dabfac color RGB value is (218,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 10101100
Octal 332 277 254
Decimal 218 191 172
Hex DA BF AC

RGB Percentages of Color #dabfac

%37.52
%32.87
%29.60

CMYK Percentages of Color #dabfac

%0
%12
%21
%15

Triadic Colors of #dabfac

#dabfac #acdabf #bfacda

Analogous Colors of #dabfac

#dabfac #dad6ac #daacb0

Monochromatic Colors of #dabfac

#dabfac

Complementary Color

#dabfac #acc7da

#dabfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabfac Color CSS Codes

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

#dabfac Text Font Color

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

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


#dabfac Background Color

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

This div background color is #dabfac


#dabfac Border Color

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

This div border color is #dabfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabfac

#dabfac Color Palettes


Comments

No comments written yet.

Please login to write comment.