Color Hex Logo

#cd8912 Color Hex

#CD8912
(205,137,18)
0 Favorites   0 Comments

Color spaces of #cd8912

RGB 20513718
HSL0.110.840.44
HSV38°91°80°
CMYK 0.000.330.91   0.20
XYZ34.231730.91414.7351
Yxy30.91410.48990.4424
Hunter Lab55.600412.596933.8710
CIE-Lab62.435117.658464.9008

#cd8912 color RGB value is (205,137,18).

#cd8912 hex color red value is 205, green value is 137 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cd8912 hue: 0.11 , saturation: 0.84 and the lightness value of cd8912 is 0.44.

The process color (four color CMYK) of #cd8912 color hex is 0.00, 0.33, 0.91, 0.20. Web safe color of #cd8912 is #cc9900. Color #cd8912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001001 00010010
Octal 315 211 22
Decimal 205 137 18
Hex CD 89 12

RGB Percentages of Color #cd8912

%56.94
%38.06
%5.00

CMYK Percentages of Color #cd8912

%0
%33
%91
%20

Triadic Colors of #cd8912

#cd8912 #12cd89 #8912cd

Analogous Colors of #cd8912

#cd8912 #b4cd12 #cd2b12

Monochromatic Colors of #cd8912

#cd8912

Complementary Color

#cd8912 #1256cd

#cd8912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8912 Color CSS Codes

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

#cd8912 Text Font Color

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

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


#cd8912 Background Color

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

This div background color is #cd8912


#cd8912 Border Color

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

This div border color is #cd8912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8912


Comments

No comments written yet.

Please login to write comment.