Color Hex Logo

#dab095 Color Hex

#DAB095
(218,176,149)
0 Favorites   0 Comments

Color spaces of #dab095

RGB 218176149
HSL0.070.480.72
HSV23°32°85°
CMYK 0.000.190.32   0.15
XYZ49.863648.126035.0949
Yxy48.12600.37470.3616
Hunter Lab69.37296.899018.5670
CIE-Lab74.904311.430919.6041

#dab095 color RGB value is (218,176,149).

#dab095 hex color red value is 218, green value is 176 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dab095 hue: 0.07 , saturation: 0.48 and the lightness value of dab095 is 0.72.

The process color (four color CMYK) of #dab095 color hex is 0.00, 0.19, 0.32, 0.15. Web safe color of #dab095 is #cc9999. Color #dab095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10010101
Octal 332 260 225
Decimal 218 176 149
Hex DA B0 95

RGB Percentages of Color #dab095

%40.15
%32.41
%27.44

CMYK Percentages of Color #dab095

%0
%19
%32
%15

Triadic Colors of #dab095

#dab095 #95dab0 #b095da

Analogous Colors of #dab095

#dab095 #dad395 #da959d

Monochromatic Colors of #dab095

#dab095

Complementary Color

#dab095 #95bfda

#dab095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab095 Color CSS Codes

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

#dab095 Text Font Color

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

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


#dab095 Background Color

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

This div background color is #dab095


#dab095 Border Color

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

This div border color is #dab095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab095


Comments

No comments written yet.

Please login to write comment.