Color Hex Logo

#daafae Color Hex

#DAAFAE
(218,175,174)
0 Favorites   0 Comments

Color spaces of #daafae

RGB 218175174
HSL0.000.370.77
HSV20°85°
CMYK 0.000.200.20   0.15
XYZ51.883448.621446.6947
Yxy48.62140.35250.3303
Hunter Lab69.729010.79099.1062
CIE-Lab75.215215.46406.4452

#daafae color RGB value is (218,175,174).

#daafae hex color red value is 218, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #daafae hue: 0.00 , saturation: 0.37 and the lightness value of daafae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10101110
Octal 332 257 256
Decimal 218 175 174
Hex DA AF AE

RGB Percentages of Color #daafae

%38.45
%30.86
%30.69

CMYK Percentages of Color #daafae

%0
%20
%20
%15

Triadic Colors of #daafae

#daafae #aedaaf #afaeda

Analogous Colors of #daafae

#daafae #dac5ae #daaec3

Monochromatic Colors of #daafae

#daafae

Complementary Color

#daafae #aed9da

#daafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafae Color CSS Codes

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

#daafae Text Font Color

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

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


#daafae Background Color

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

This div background color is #daafae


#daafae Border Color

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

This div border color is #daafae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafae


Comments

No comments written yet.

Please login to write comment.