Color Hex Logo

#cd874a Color Hex

#CD874A
(205,135,74)
0 Favorites   0 Comments

Color spaces of #cd874a

RGB 20513574
HSL0.080.570.55
HSV28°64°80°
CMYK 0.000.340.64   0.20
XYZ35.076830.801510.5751
Yxy30.80150.45880.4029
Hunter Lab55.499115.693027.5519
CIE-Lab62.339720.973143.1355

#cd874a color RGB value is (205,135,74).

#cd874a hex color red value is 205, green value is 135 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cd874a hue: 0.08 , saturation: 0.57 and the lightness value of cd874a is 0.55.

The process color (four color CMYK) of #cd874a color hex is 0.00, 0.34, 0.64, 0.20. Web safe color of #cd874a is #cc9933. Color #cd874a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000111 01001010
Octal 315 207 112
Decimal 205 135 74
Hex CD 87 4A

RGB Percentages of Color #cd874a

%49.52
%32.61
%17.87

CMYK Percentages of Color #cd874a

%0
%34
%64
%20

Triadic Colors of #cd874a

#cd874a #4acd87 #874acd

Analogous Colors of #cd874a

#cd874a #cdc94a #cd4a4f

Monochromatic Colors of #cd874a

#cd874a

Complementary Color

#cd874a #4a90cd

#cd874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd874a Color CSS Codes

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

#cd874a Text Font Color

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

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


#cd874a Background Color

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

This div background color is #cd874a


#cd874a Border Color

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

This div border color is #cd874a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd874a


Comments

No comments written yet.

Please login to write comment.