Color Hex Logo

#dabaaf Color Hex

#DABAAF
(218,186,175)
0 Favorites   0 Comments

Color spaces of #dabaaf

RGB 218186175
HSL0.040.370.77
HSV15°20°85°
CMYK 0.000.150.20   0.15
XYZ54.210253.118447.9531
Yxy53.11840.34910.3421
Hunter Lab72.88245.224912.0077
CIE-Lab77.94499.71779.8086

#dabaaf color RGB value is (218,186,175).

#dabaaf hex color red value is 218, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dabaaf hue: 0.04 , saturation: 0.37 and the lightness value of dabaaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10101111
Octal 332 272 257
Decimal 218 186 175
Hex DA BA AF

RGB Percentages of Color #dabaaf

%37.65
%32.12
%30.22

CMYK Percentages of Color #dabaaf

%0
%15
%20
%15

Triadic Colors of #dabaaf

#dabaaf #afdaba #baafda

Analogous Colors of #dabaaf

#dabaaf #dad0af #daafba

Monochromatic Colors of #dabaaf

#dabaaf

Complementary Color

#dabaaf #afcfda

#dabaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaaf Color CSS Codes

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

#dabaaf Text Font Color

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

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


#dabaaf Background Color

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

This div background color is #dabaaf


#dabaaf Border Color

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

This div border color is #dabaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaaf


Comments

No comments written yet.

Please login to write comment.