Color Hex Logo

#d49353 Color Hex

#D49353
(212,147,83)
0 Favorites   0 Comments

Color spaces of #d49353

RGB 21214783
HSL0.080.600.58
HSV30°61°83°
CMYK 0.000.310.61   0.17
XYZ39.146435.489012.9704
Yxy35.48900.44680.4051
Hunter Lab59.572613.043928.7920
CIE-Lab66.127618.011543.1919

#d49353 color RGB value is (212,147,83).

#d49353 hex color red value is 212, green value is 147 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #d49353 hue: 0.08 , saturation: 0.60 and the lightness value of d49353 is 0.58.

The process color (four color CMYK) of #d49353 color hex is 0.00, 0.31, 0.61, 0.17. Web safe color of #d49353 is #cc9966. Color #d49353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 01010011
Octal 324 223 123
Decimal 212 147 83
Hex D4 93 53

RGB Percentages of Color #d49353

%47.96
%33.26
%18.78

CMYK Percentages of Color #d49353

%0
%31
%61
%17

Triadic Colors of #d49353

#d49353 #53d493 #9353d4

Analogous Colors of #d49353

#d49353 #d4d453 #d45354

Monochromatic Colors of #d49353

#d49353

Complementary Color

#d49353 #5394d4

#d49353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49353 Color CSS Codes

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

#d49353 Text Font Color

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

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


#d49353 Background Color

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

This div background color is #d49353


#d49353 Border Color

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

This div border color is #d49353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49353


Comments

No comments written yet.

Please login to write comment.