Color Hex Logo

#cf965e Color Hex

#CF965E
(207,150,94)
0 Favorites   0 Comments

Color spaces of #cf965e

RGB 20715094
HSL0.080.540.59
HSV30°55°81°
CMYK 0.000.280.55   0.19
XYZ38.658935.886215.4789
Yxy35.88620.42940.3986
Hunter Lab59.905110.358526.6136
CIE-Lab66.432915.145037.7442

#cf965e color RGB value is (207,150,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010110 01011110
Octal 317 226 136
Decimal 207 150 94
Hex CF 96 5E

RGB Percentages of Color #cf965e

%45.90
%33.26
%20.84

CMYK Percentages of Color #cf965e

%0
%28
%55
%19

Triadic Colors of #cf965e

#cf965e #5ecf96 #965ecf

Analogous Colors of #cf965e

#cf965e #cfcf5e #cf5e5e

Monochromatic Colors of #cf965e

#cf965e

Complementary Color

#cf965e #5e97cf

#cf965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf965e Color CSS Codes

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

#cf965e Text Font Color

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

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


#cf965e Background Color

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

This div background color is #cf965e


#cf965e Border Color

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

This div border color is #cf965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf965e


Comments

No comments written yet.

Please login to write comment.