Color Hex Logo

#d499ae Color Hex

#D499AE
(212,153,174)
0 Favorites   0 Comments

Color spaces of #d499ae

RGB 212153174
HSL0.940.410.72
HSV339°28°83°
CMYK 0.000.280.18   0.17
XYZ46.182639.835545.2993
Yxy39.83550.35170.3034
Hunter Lab63.115420.15961.6270
CIE-Lab69.352225.1847-2.1458

#d499ae color RGB value is (212,153,174).

#d499ae hex color red value is 212, green value is 153 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d499ae hue: 0.94 , saturation: 0.41 and the lightness value of d499ae is 0.72.

The process color (four color CMYK) of #d499ae color hex is 0.00, 0.28, 0.18, 0.17. Web safe color of #d499ae is #cc9999. Color #d499ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011001 10101110
Octal 324 231 256
Decimal 212 153 174
Hex D4 99 AE

RGB Percentages of Color #d499ae

%39.33
%28.39
%32.28

CMYK Percentages of Color #d499ae

%0
%28
%18
%17

Triadic Colors of #d499ae

#d499ae #aed499 #99aed4

Analogous Colors of #d499ae

#d499ae #d4a299 #d499cc

Monochromatic Colors of #d499ae

#d499ae

Complementary Color

#d499ae #99d4bf

#d499ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d499ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d499ae Color CSS Codes

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

#d499ae Text Font Color

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

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


#d499ae Background Color

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

This div background color is #d499ae


#d499ae Border Color

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

This div border color is #d499ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d499ae


Comments

No comments written yet.

Please login to write comment.