Color Hex Logo

#d49994 Color Hex

#D49994
(212,153,148)
0 Favorites   0 Comments

Color spaces of #d49994

RGB 212153148
HSL0.010.430.71
HSV30°83°
CMYK 0.000.280.30   0.17
XYZ43.887938.917633.2157
Yxy38.91760.37830.3354
Hunter Lab62.384016.405012.1004
CIE-Lab68.691521.411111.3850

#d49994 color RGB value is (212,153,148).

#d49994 hex color red value is 212, green value is 153 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d49994 hue: 0.01 , saturation: 0.43 and the lightness value of d49994 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011001 10010100
Octal 324 231 224
Decimal 212 153 148
Hex D4 99 94

RGB Percentages of Color #d49994

%41.33
%29.82
%28.85

CMYK Percentages of Color #d49994

%0
%28
%30
%17

Triadic Colors of #d49994

#d49994 #94d499 #9994d4

Analogous Colors of #d49994

#d49994 #d4b994 #d494af

Monochromatic Colors of #d49994

#d49994

Complementary Color

#d49994 #94cfd4

#d49994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49994 Color CSS Codes

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

#d49994 Text Font Color

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

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


#d49994 Background Color

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

This div background color is #d49994


#d49994 Border Color

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

This div border color is #d49994


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,153,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49994

#d49994 Color Palettes


Comments

No comments written yet.

Please login to write comment.