Color Hex Logo

#cd9474 Color Hex

#CD9474
(205,148,116)
0 Favorites   0 Comments

Color spaces of #cd9474

RGB 205148116
HSL0.060.470.63
HSV22°43°80°
CMYK 0.000.280.43   0.20
XYZ38.919135.419921.3085
Yxy35.41990.40690.3703
Hunter Lab59.514612.578020.4322
CIE-Lab66.074317.520025.3908

#cd9474 color RGB value is (205,148,116).

#cd9474 hex color red value is 205, green value is 148 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cd9474 hue: 0.06 , saturation: 0.47 and the lightness value of cd9474 is 0.63.

The process color (four color CMYK) of #cd9474 color hex is 0.00, 0.28, 0.43, 0.20. Web safe color of #cd9474 is #cc9966. Color #cd9474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010100 01110100
Octal 315 224 164
Decimal 205 148 116
Hex CD 94 74

RGB Percentages of Color #cd9474

%43.71
%31.56
%24.73

CMYK Percentages of Color #cd9474

%0
%28
%43
%20

Triadic Colors of #cd9474

#cd9474 #74cd94 #9474cd

Analogous Colors of #cd9474

#cd9474 #cdc174 #cd7481

Monochromatic Colors of #cd9474

#cd9474

Complementary Color

#cd9474 #74adcd

#cd9474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9474 Color CSS Codes

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

#cd9474 Text Font Color

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

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


#cd9474 Background Color

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

This div background color is #cd9474


#cd9474 Border Color

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

This div border color is #cd9474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9474


Comments

No comments written yet.

Please login to write comment.