Color Hex Logo

#cd760f Color Hex

#CD760F
(205,118,15)
0 Favorites   0 Comments

Color spaces of #cd760f

RGB 20511815
HSL0.090.860.43
HSV33°93°80°
CMYK 0.000.420.93   0.20
XYZ31.741525.97053.7918
Yxy25.97050.51610.4223
Hunter Lab50.961321.997531.2614
CIE-Lab58.009027.891862.2900

#cd760f color RGB value is (205,118,15).

#cd760f hex color red value is 205, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cd760f hue: 0.09 , saturation: 0.86 and the lightness value of cd760f is 0.43.

The process color (four color CMYK) of #cd760f color hex is 0.00, 0.42, 0.93, 0.20. Web safe color of #cd760f is #cc6600. Color #cd760f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110110 00001111
Octal 315 166 17
Decimal 205 118 15
Hex CD 76 F

RGB Percentages of Color #cd760f

%60.65
%34.91
%4.44

CMYK Percentages of Color #cd760f

%0
%42
%93
%20

Triadic Colors of #cd760f

#cd760f #0fcd76 #760fcd

Analogous Colors of #cd760f

#cd760f #c5cd0f #cd170f

Monochromatic Colors of #cd760f

#cd760f

Complementary Color

#cd760f #0f66cd

#cd760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd760f Color CSS Codes

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

#cd760f Text Font Color

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

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


#cd760f Background Color

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

This div background color is #cd760f


#cd760f Border Color

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

This div border color is #cd760f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd760f


Comments

No comments written yet.

Please login to write comment.