Color Hex Logo

#daab88 Color Hex

#DAAB88
(218,171,136)
0 Favorites   0 Comments

Color spaces of #daab88

RGB 218171136
HSL0.070.530.69
HSV26°38°85°
CMYK 0.000.220.38   0.15
XYZ47.920345.808829.6089
Yxy45.80880.38850.3714
Hunter Lab67.68227.937621.4400
CIE-Lab73.421312.515124.6008

#daab88 color RGB value is (218,171,136).

#daab88 hex color red value is 218, green value is 171 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #daab88 hue: 0.07 , saturation: 0.53 and the lightness value of daab88 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10001000
Octal 332 253 210
Decimal 218 171 136
Hex DA AB 88

RGB Percentages of Color #daab88

%41.52
%32.57
%25.90

CMYK Percentages of Color #daab88

%0
%22
%38
%15

Triadic Colors of #daab88

#daab88 #88daab #ab88da

Analogous Colors of #daab88

#daab88 #dad488 #da888e

Monochromatic Colors of #daab88

#daab88

Complementary Color

#daab88 #88b7da

#daab88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab88 Color CSS Codes

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

#daab88 Text Font Color

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

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


#daab88 Background Color

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

This div background color is #daab88


#daab88 Border Color

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

This div border color is #daab88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab88


Comments

No comments written yet.

Please login to write comment.