Color Hex Logo

#cf960f Color Hex

#CF960F
(207,150,15)
0 Favorites   0 Comments

Color spaces of #cf960f

RGB 20715015
HSL0.120.860.44
HSV42°93°81°
CMYK 0.000.280.93   0.19
XYZ36.724735.11265.2937
Yxy35.11260.47610.4552
Hunter Lab59.25596.930236.1824
CIE-Lab65.836211.432568.1014

#cf960f color RGB value is (207,150,15).

#cf960f hex color red value is 207, green value is 150 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cf960f hue: 0.12 , saturation: 0.86 and the lightness value of cf960f is 0.44.

The process color (four color CMYK) of #cf960f color hex is 0.00, 0.28, 0.93, 0.19. Web safe color of #cf960f is #cc9900. Color #cf960f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 00001111
Octal 317 226 17
Decimal 207 150 15
Hex CF 96 F

RGB Percentages of Color #cf960f

%55.65
%40.32
%4.03

CMYK Percentages of Color #cf960f

%0
%28
%93
%19

Triadic Colors of #cf960f

#cf960f #0fcf96 #960fcf

Analogous Colors of #cf960f

#cf960f #a8cf0f #cf360f

Monochromatic Colors of #cf960f

#cf960f

Complementary Color

#cf960f #0f48cf

#cf960f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf960f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf960f Color CSS Codes

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

#cf960f Text Font Color

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

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


#cf960f Background Color

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

This div background color is #cf960f


#cf960f Border Color

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

This div border color is #cf960f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,150,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 #cf960f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf960f

#cf960f Color Palettes


Comments

No comments written yet.

Please login to write comment.