Color Hex Logo

#cd9935 Color Hex

#CD9935
(205,153,53)
0 Favorites   0 Comments

Color spaces of #cd9935

RGB 20515353
HSL0.110.600.51
HSV39°74°80°
CMYK 0.000.250.74   0.20
XYZ37.210736.01868.3592
Yxy36.01860.45610.4415
Hunter Lab60.01555.646133.7527
CIE-Lab66.534110.023757.2978

#cd9935 color RGB value is (205,153,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 00110101
Octal 315 231 65
Decimal 205 153 53
Hex CD 99 35

RGB Percentages of Color #cd9935

%49.88
%37.23
%12.90

CMYK Percentages of Color #cd9935

%0
%25
%74
%20

Triadic Colors of #cd9935

#cd9935 #35cd99 #9935cd

Analogous Colors of #cd9935

#cd9935 #b5cd35 #cd4d35

Monochromatic Colors of #cd9935

#cd9935

Complementary Color

#cd9935 #3569cd

#cd9935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9935 Color CSS Codes

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

#cd9935 Text Font Color

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

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


#cd9935 Background Color

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

This div background color is #cd9935


#cd9935 Border Color

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

This div border color is #cd9935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9935


Comments

No comments written yet.

Please login to write comment.