Color Hex Logo

#cd993c Color Hex

#CD993C
(205,153,60)
0 Favorites   0 Comments

Color spaces of #cd993c

RGB 20515360
HSL0.110.590.52
HSV38°71°80°
CMYK 0.000.250.71   0.20
XYZ37.383736.08789.2703
Yxy36.08780.45180.4361
Hunter Lab60.07315.953232.9017
CIE-Lab66.587010.362054.4065

#cd993c color RGB value is (205,153,60).

#cd993c hex color red value is 205, green value is 153 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cd993c hue: 0.11 , saturation: 0.59 and the lightness value of cd993c is 0.52.

The process color (four color CMYK) of #cd993c color hex is 0.00, 0.25, 0.71, 0.20. Web safe color of #cd993c is #cc9933. Color #cd993c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 00111100
Octal 315 231 74
Decimal 205 153 60
Hex CD 99 3C

RGB Percentages of Color #cd993c

%49.04
%36.60
%14.35

CMYK Percentages of Color #cd993c

%0
%25
%71
%20

Triadic Colors of #cd993c

#cd993c #3ccd99 #993ccd

Analogous Colors of #cd993c

#cd993c #b9cd3c #cd513c

Monochromatic Colors of #cd993c

#cd993c

Complementary Color

#cd993c #3c70cd

#cd993c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd993c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd993c Color CSS Codes

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

#cd993c Text Font Color

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

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


#cd993c Background Color

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

This div background color is #cd993c


#cd993c Border Color

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

This div border color is #cd993c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd993c


Comments

No comments written yet.

Please login to write comment.