Color Hex Logo

#cf965f Color Hex

#CF965F
(207,150,95)
0 Favorites   0 Comments

Color spaces of #cf965f

RGB 20715095
HSL0.080.540.59
HSV29°54°81°
CMYK 0.000.280.54   0.19
XYZ38.704035.904315.7168
Yxy35.90430.42850.3975
Hunter Lab59.920210.437426.3926
CIE-Lab66.446715.229337.2361

#cf965f color RGB value is (207,150,95).

#cf965f hex color red value is 207, green value is 150 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cf965f hue: 0.08 , saturation: 0.54 and the lightness value of cf965f is 0.59.

The process color (four color CMYK) of #cf965f color hex is 0.00, 0.28, 0.54, 0.19. Web safe color of #cf965f is #cc9966. Color #cf965f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 01011111
Octal 317 226 137
Decimal 207 150 95
Hex CF 96 5F

RGB Percentages of Color #cf965f

%45.80
%33.19
%21.02

CMYK Percentages of Color #cf965f

%0
%28
%54
%19

Triadic Colors of #cf965f

#cf965f #5fcf96 #965fcf

Analogous Colors of #cf965f

#cf965f #cfce5f #cf5f60

Monochromatic Colors of #cf965f

#cf965f

Complementary Color

#cf965f #5f98cf

#cf965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf965f Color CSS Codes

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

#cf965f Text Font Color

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

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


#cf965f Background Color

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

This div background color is #cf965f


#cf965f Border Color

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

This div border color is #cf965f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf965f


Comments

No comments written yet.

Please login to write comment.