Color Hex Logo

#dabd95 Color Hex

#DABD95
(218,189,149)
0 Favorites   0 Comments

Color spaces of #dabd95

RGB 218189149
HSL0.100.480.72
HSV35°32°85°
CMYK 0.000.130.32   0.15
XYZ52.535953.470535.9857
Yxy53.47050.37000.3766
Hunter Lab73.12350.277922.0086
CIE-Lab78.15204.511424.0529

#dabd95 color RGB value is (218,189,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10010101
Octal 332 275 225
Decimal 218 189 149
Hex DA BD 95

RGB Percentages of Color #dabd95

%39.21
%33.99
%26.80

CMYK Percentages of Color #dabd95

%0
%13
%32
%15

Triadic Colors of #dabd95

#dabd95 #95dabd #bd95da

Analogous Colors of #dabd95

#dabd95 #d5da95 #da9b95

Monochromatic Colors of #dabd95

#dabd95

Complementary Color

#dabd95 #95b2da

#dabd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd95 Color CSS Codes

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

#dabd95 Text Font Color

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

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


#dabd95 Background Color

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

This div background color is #dabd95


#dabd95 Border Color

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

This div border color is #dabd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd95


Comments

No comments written yet.

Please login to write comment.