Color Hex Logo

#dabb94 Color Hex

#DABB94
(218,187,148)
0 Favorites   0 Comments

Color spaces of #dabb94

RGB 218187148
HSL0.090.490.72
HSV33°32°85°
CMYK 0.000.140.32   0.15
XYZ52.029152.584235.4245
Yxy52.58420.37150.3755
Hunter Lab72.51501.171621.7965
CIE-Lab77.62895.442423.8736

#dabb94 color RGB value is (218,187,148).

#dabb94 hex color red value is 218, green value is 187 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dabb94 hue: 0.09 , saturation: 0.49 and the lightness value of dabb94 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10010100
Octal 332 273 224
Decimal 218 187 148
Hex DA BB 94

RGB Percentages of Color #dabb94

%39.42
%33.82
%26.76

CMYK Percentages of Color #dabb94

%0
%14
%32
%15

Triadic Colors of #dabb94

#dabb94 #94dabb #bb94da

Analogous Colors of #dabb94

#dabb94 #d6da94 #da9894

Monochromatic Colors of #dabb94

#dabb94

Complementary Color

#dabb94 #94b3da

#dabb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb94 Color CSS Codes

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

#dabb94 Text Font Color

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

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


#dabb94 Background Color

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

This div background color is #dabb94


#dabb94 Border Color

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

This div border color is #dabb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb94


Comments

No comments written yet.

Please login to write comment.