Color Hex Logo

#daaba2 Color Hex

#DAABA2
(218,171,162)
0 Favorites   0 Comments

Color spaces of #daaba2

RGB 218171162
HSL0.030.430.75
HSV10°26°85°
CMYK 0.000.220.26   0.15
XYZ49.997946.639940.5496
Yxy46.63990.36440.3400
Hunter Lab68.293411.167112.6016
CIE-Lab73.958815.868011.2087

#daaba2 color RGB value is (218,171,162).

#daaba2 hex color red value is 218, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #daaba2 hue: 0.03 , saturation: 0.43 and the lightness value of daaba2 is 0.75.

The process color (four color CMYK) of #daaba2 color hex is 0.00, 0.22, 0.26, 0.15. Web safe color of #daaba2 is #cc9999. Color #daaba2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10100010
Octal 332 253 242
Decimal 218 171 162
Hex DA AB A2

RGB Percentages of Color #daaba2

%39.56
%31.03
%29.40

CMYK Percentages of Color #daaba2

%0
%22
%26
%15

Triadic Colors of #daaba2

#daaba2 #a2daab #aba2da

Analogous Colors of #daaba2

#daaba2 #dac7a2 #daa2b5

Monochromatic Colors of #daaba2

#daaba2

Complementary Color

#daaba2 #a2d1da

#daaba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaba2 Color CSS Codes

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

#daaba2 Text Font Color

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

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


#daaba2 Background Color

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

This div background color is #daaba2


#daaba2 Border Color

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

This div border color is #daaba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaba2


Comments

No comments written yet.

Please login to write comment.