Color Hex Logo

#daad90 Color Hex

#DAAD90
(218,173,144)
0 Favorites   0 Comments

Color spaces of #daad90

RGB 218173144
HSL0.070.500.71
HSV24°34°85°
CMYK 0.000.210.34   0.15
XYZ48.891146.806232.8432
Yxy46.80620.38040.3641
Hunter Lab68.41517.834219.4279
CIE-Lab74.065612.407121.1558

#daad90 color RGB value is (218,173,144).

#daad90 hex color red value is 218, green value is 173 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #daad90 hue: 0.07 , saturation: 0.50 and the lightness value of daad90 is 0.71.

The process color (four color CMYK) of #daad90 color hex is 0.00, 0.21, 0.34, 0.15. Web safe color of #daad90 is #cc9999. Color #daad90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10010000
Octal 332 255 220
Decimal 218 173 144
Hex DA AD 90

RGB Percentages of Color #daad90

%40.75
%32.34
%26.92

CMYK Percentages of Color #daad90

%0
%21
%34
%15

Triadic Colors of #daad90

#daad90 #90daad #ad90da

Analogous Colors of #daad90

#daad90 #dad290 #da9098

Monochromatic Colors of #daad90

#daad90

Complementary Color

#daad90 #90bdda

#daad90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad90 Color CSS Codes

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

#daad90 Text Font Color

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

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


#daad90 Background Color

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

This div background color is #daad90


#daad90 Border Color

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

This div border color is #daad90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad90


Comments

No comments written yet.

Please login to write comment.