Color Hex Logo

#daad88 Color Hex

#DAAD88
(218,173,136)
0 Favorites   0 Comments

Color spaces of #daad88

RGB 218173136
HSL0.080.530.69
HSV27°38°85°
CMYK 0.000.210.38   0.15
XYZ48.300946.570129.7358
Yxy46.57010.38760.3737
Hunter Lab68.24236.915721.9347
CIE-Lab73.913911.442425.2653

#daad88 color RGB value is (218,173,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10001000
Octal 332 255 210
Decimal 218 173 136
Hex DA AD 88

RGB Percentages of Color #daad88

%41.37
%32.83
%25.81

CMYK Percentages of Color #daad88

%0
%21
%38
%15

Triadic Colors of #daad88

#daad88 #88daad #ad88da

Analogous Colors of #daad88

#daad88 #dad688 #da888c

Monochromatic Colors of #daad88

#daad88

Complementary Color

#daad88 #88b5da

#daad88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad88 Color CSS Codes

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

#daad88 Text Font Color

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

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


#daad88 Background Color

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

This div background color is #daad88


#daad88 Border Color

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

This div border color is #daad88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,173,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 #daad88">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad88


Comments

No comments written yet.

Please login to write comment.