Color Hex Logo

#daae98 Color Hex

#DAAE98
(218,174,152)
0 Favorites   0 Comments

Color spaces of #daae98

RGB 218174152
HSL0.060.470.73
HSV20°30°85°
CMYK 0.000.200.30   0.15
XYZ49.717047.444536.2431
Yxy47.44450.37270.3556
Hunter Lab68.88008.299917.0189
CIE-Lab74.473212.893717.3813

#daae98 color RGB value is (218,174,152).

#daae98 hex color red value is 218, green value is 174 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #daae98 hue: 0.06 , saturation: 0.47 and the lightness value of daae98 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10011000
Octal 332 256 230
Decimal 218 174 152
Hex DA AE 98

RGB Percentages of Color #daae98

%40.07
%31.99
%27.94

CMYK Percentages of Color #daae98

%0
%20
%30
%15

Triadic Colors of #daae98

#daae98 #98daae #ae98da

Analogous Colors of #daae98

#daae98 #dacf98 #da98a3

Monochromatic Colors of #daae98

#daae98

Complementary Color

#daae98 #98c4da

#daae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae98 Color CSS Codes

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

#daae98 Text Font Color

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

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


#daae98 Background Color

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

This div background color is #daae98


#daae98 Border Color

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

This div border color is #daae98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae98


Comments

No comments written yet.

Please login to write comment.