Color Hex Logo

#d49c54 Color Hex

#D49C54
(212,156,84)
0 Favorites   0 Comments

Color spaces of #d49c54

RGB 21215684
HSL0.090.600.58
HSV34°60°83°
CMYK 0.000.260.60   0.17
XYZ40.640138.414113.6602
Yxy38.41410.43830.4143
Hunter Lab61.97918.580230.3179
CIE-Lab68.324713.213945.2656

#d49c54 color RGB value is (212,156,84).

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

The process color (four color CMYK) of #d49c54 color hex is 0.00, 0.26, 0.60, 0.17. Web safe color of #d49c54 is #cc9966. Color #d49c54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 01010100
Octal 324 234 124
Decimal 212 156 84
Hex D4 9C 54

RGB Percentages of Color #d49c54

%46.90
%34.51
%18.58

CMYK Percentages of Color #d49c54

%0
%26
%60
%17

Triadic Colors of #d49c54

#d49c54 #54d49c #9c54d4

Analogous Colors of #d49c54

#d49c54 #ccd454 #d45c54

Monochromatic Colors of #d49c54

#d49c54

Complementary Color

#d49c54 #548cd4

#d49c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49c54 Color CSS Codes

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

#d49c54 Text Font Color

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

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


#d49c54 Background Color

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

This div background color is #d49c54


#d49c54 Border Color

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

This div border color is #d49c54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49c54


Comments

No comments written yet.

Please login to write comment.