Color Hex Logo

#dabbaf Color Hex

#DABBAF
(218,187,175)
0 Favorites   0 Comments

Color spaces of #dabbaf

RGB 218187175
HSL0.050.370.77
HSV17°20°85°
CMYK 0.000.140.20   0.15
XYZ54.421653.541248.0236
Yxy53.54120.34890.3432
Hunter Lab73.17194.708712.3075
CIE-Lab78.19349.184510.1627

#dabbaf color RGB value is (218,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10101111
Octal 332 273 257
Decimal 218 187 175
Hex DA BB AF

RGB Percentages of Color #dabbaf

%37.59
%32.24
%30.17

CMYK Percentages of Color #dabbaf

%0
%14
%20
%15

Triadic Colors of #dabbaf

#dabbaf #afdabb #bbafda

Analogous Colors of #dabbaf

#dabbaf #dad1af #daafb9

Monochromatic Colors of #dabbaf

#dabbaf

Complementary Color

#dabbaf #afceda

#dabbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbaf Color CSS Codes

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

#dabbaf Text Font Color

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

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


#dabbaf Background Color

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

This div background color is #dabbaf


#dabbaf Border Color

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

This div border color is #dabbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbaf


Comments

No comments written yet.

Please login to write comment.