Color Hex Logo

#cf962a Color Hex

#CF962A
(207,150,42)
0 Favorites   0 Comments

Color spaces of #cf962a

RGB 20715042
HSL0.110.660.49
HSV39°80°81°
CMYK 0.000.280.80   0.19
XYZ37.056435.24537.0404
Yxy35.24530.46700.4442
Hunter Lab59.36787.523334.5262
CIE-Lab65.939212.081861.0003

#cf962a color RGB value is (207,150,42).

#cf962a hex color red value is 207, green value is 150 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cf962a hue: 0.11 , saturation: 0.66 and the lightness value of cf962a is 0.49.

The process color (four color CMYK) of #cf962a color hex is 0.00, 0.28, 0.80, 0.19. Web safe color of #cf962a is #cc9933. Color #cf962a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 00101010
Octal 317 226 52
Decimal 207 150 42
Hex CF 96 2A

RGB Percentages of Color #cf962a

%51.88
%37.59
%10.53

CMYK Percentages of Color #cf962a

%0
%28
%80
%19

Triadic Colors of #cf962a

#cf962a #2acf96 #962acf

Analogous Colors of #cf962a

#cf962a #b6cf2a #cf442a

Monochromatic Colors of #cf962a

#cf962a

Complementary Color

#cf962a #2a63cf

#cf962a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf962a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf962a Color CSS Codes

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

#cf962a Text Font Color

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

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


#cf962a Background Color

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

This div background color is #cf962a


#cf962a Border Color

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

This div border color is #cf962a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,150,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf962a


Comments

No comments written yet.

Please login to write comment.