Color Hex Logo

#d99cae Color Hex

#D99CAE
(217,156,174)
0 Favorites   0 Comments

Color spaces of #d99cae

RGB 217156174
HSL0.950.450.73
HSV342°28°85°
CMYK 0.000.280.20   0.15
XYZ48.143741.584645.5336
Yxy41.58460.35590.3074
Hunter Lab64.486120.41283.2757
CIE-Lab70.583625.3641-0.2798

#d99cae color RGB value is (217,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011100 10101110
Octal 331 234 256
Decimal 217 156 174
Hex D9 9C AE

RGB Percentages of Color #d99cae

%39.67
%28.52
%31.81

CMYK Percentages of Color #d99cae

%0
%28
%20
%15

Triadic Colors of #d99cae

#d99cae #aed99c #9caed9

Analogous Colors of #d99cae

#d99cae #d9a99c #d99ccd

Monochromatic Colors of #d99cae

#d99cae

Complementary Color

#d99cae #9cd9c7

#d99cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99cae Color CSS Codes

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

#d99cae Text Font Color

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

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


#d99cae Background Color

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

This div background color is #d99cae


#d99cae Border Color

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

This div border color is #d99cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99cae


Comments

No comments written yet.

Please login to write comment.