Color Hex Logo

#daae88 Color Hex

#DAAE88
(218,174,136)
0 Favorites   0 Comments

Color spaces of #daae88

RGB 218174136
HSL0.080.530.69
HSV28°38°85°
CMYK 0.000.200.38   0.15
XYZ48.493446.955129.7999
Yxy46.95510.38720.3749
Hunter Lab68.52386.405522.1824
CIE-Lab74.161010.906725.5982

#daae88 color RGB value is (218,174,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10001000
Octal 332 256 210
Decimal 218 174 136
Hex DA AE 88

RGB Percentages of Color #daae88

%41.29
%32.95
%25.76

CMYK Percentages of Color #daae88

%0
%20
%38
%15

Triadic Colors of #daae88

#daae88 #88daae #ae88da

Analogous Colors of #daae88

#daae88 #dad788 #da888b

Monochromatic Colors of #daae88

#daae88

Complementary Color

#daae88 #88b4da

#daae88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae88 Color CSS Codes

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

#daae88 Text Font Color

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

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


#daae88 Background Color

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

This div background color is #daae88


#daae88 Border Color

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

This div border color is #daae88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae88


Comments

No comments written yet.

Please login to write comment.