Color Hex Logo

#dabd7e Color Hex

#DABD7E
(218,189,126)
0 Favorites   0 Comments

Color spaces of #dabd7e

RGB 218189126
HSL0.110.550.67
HSV41°42°85°
CMYK 0.000.130.42   0.15
XYZ50.876952.807027.2499
Yxy52.80700.38860.4033
Hunter Lab72.6684-2.197628.6348
CIE-Lab77.76091.831435.6197

#dabd7e color RGB value is (218,189,126).

#dabd7e hex color red value is 218, green value is 189 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dabd7e hue: 0.11 , saturation: 0.55 and the lightness value of dabd7e is 0.67.

The process color (four color CMYK) of #dabd7e color hex is 0.00, 0.13, 0.42, 0.15. Web safe color of #dabd7e is #cccc66. Color #dabd7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 01111110
Octal 332 275 176
Decimal 218 189 126
Hex DA BD 7E

RGB Percentages of Color #dabd7e

%40.90
%35.46
%23.64

CMYK Percentages of Color #dabd7e

%0
%13
%42
%15

Triadic Colors of #dabd7e

#dabd7e #7edabd #bd7eda

Analogous Colors of #dabd7e

#dabd7e #c9da7e #da8f7e

Monochromatic Colors of #dabd7e

#dabd7e

Complementary Color

#dabd7e #7e9bda

#dabd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd7e Color CSS Codes

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

#dabd7e Text Font Color

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

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


#dabd7e Background Color

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

This div background color is #dabd7e


#dabd7e Border Color

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

This div border color is #dabd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd7e


Comments

No comments written yet.

Please login to write comment.