Color Hex Logo

#daae8b Color Hex

#DAAE8B
(218,174,139)
0 Favorites   0 Comments

Color spaces of #daae8b

RGB 218174139
HSL0.070.520.70
HSV27°36°85°
CMYK 0.000.200.36   0.15
XYZ48.709747.041630.9388
Yxy47.04160.38450.3713
Hunter Lab68.58696.741821.2657
CIE-Lab74.216411.261324.0600

#daae8b color RGB value is (218,174,139).

#daae8b hex color red value is 218, green value is 174 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #daae8b hue: 0.07 , saturation: 0.52 and the lightness value of daae8b is 0.70.

The process color (four color CMYK) of #daae8b color hex is 0.00, 0.20, 0.36, 0.15. Web safe color of #daae8b is #cc9999. Color #daae8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10001011
Octal 332 256 213
Decimal 218 174 139
Hex DA AE 8B

RGB Percentages of Color #daae8b

%41.05
%32.77
%26.18

CMYK Percentages of Color #daae8b

%0
%20
%36
%15

Triadic Colors of #daae8b

#daae8b #8bdaae #ae8bda

Analogous Colors of #daae8b

#daae8b #dad68b #da8b90

Monochromatic Colors of #daae8b

#daae8b

Complementary Color

#daae8b #8bb7da

#daae8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae8b Color CSS Codes

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

#daae8b Text Font Color

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

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


#daae8b Background Color

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

This div background color is #daae8b


#daae8b Border Color

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

This div border color is #daae8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae8b

#daae8b Color Palettes


Comments

No comments written yet.

Please login to write comment.