Color Hex Logo

#da99ae Color Hex

#DA99AE
(218,153,174)
0 Favorites   0 Comments

Color spaces of #da99ae

RGB 218153174
HSL0.950.470.73
HSV341°30°85°
CMYK 0.000.300.20   0.15
XYZ47.944740.743945.3818
Yxy40.74390.35760.3039
Hunter Lab63.830922.37082.5283
CIE-Lab69.996127.3463-1.1262

#da99ae color RGB value is (218,153,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 10101110
Octal 332 231 256
Decimal 218 153 174
Hex DA 99 AE

RGB Percentages of Color #da99ae

%40.00
%28.07
%31.93

CMYK Percentages of Color #da99ae

%0
%30
%20
%15

Triadic Colors of #da99ae

#da99ae #aeda99 #99aeda

Analogous Colors of #da99ae

#da99ae #daa599 #da99cf

Monochromatic Colors of #da99ae

#da99ae

Complementary Color

#da99ae #99dac5

#da99ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99ae Color CSS Codes

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

#da99ae Text Font Color

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

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


#da99ae Background Color

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

This div background color is #da99ae


#da99ae Border Color

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

This div border color is #da99ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99ae


Comments

No comments written yet.

Please login to write comment.