Color Hex Logo

#dabc95 Color Hex

#DABC95
(218,188,149)
0 Favorites   0 Comments

Color spaces of #dabc95

RGB 218188149
HSL0.090.480.72
HSV34°32°85°
CMYK 0.000.140.32   0.15
XYZ52.321553.041835.9142
Yxy53.04180.37030.3754
Hunter Lab72.82980.783621.7435
CIE-Lab77.89975.039923.7096

#dabc95 color RGB value is (218,188,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10010101
Octal 332 274 225
Decimal 218 188 149
Hex DA BC 95

RGB Percentages of Color #dabc95

%39.28
%33.87
%26.85

CMYK Percentages of Color #dabc95

%0
%14
%32
%15

Triadic Colors of #dabc95

#dabc95 #95dabc #bc95da

Analogous Colors of #dabc95

#dabc95 #d6da95 #da9a95

Monochromatic Colors of #dabc95

#dabc95

Complementary Color

#dabc95 #95b3da

#dabc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc95 Color CSS Codes

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

#dabc95 Text Font Color

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

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


#dabc95 Background Color

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

This div background color is #dabc95


#dabc95 Border Color

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

This div border color is #dabc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc95


Comments

No comments written yet.

Please login to write comment.