Color Hex Logo

#cf954f Color Hex

#CF954F
(207,149,79)
0 Favorites   0 Comments

Color spaces of #cf954f

RGB 20714979
HSL0.090.570.56
HSV33°62°81°
CMYK 0.000.280.62   0.19
XYZ37.890935.324812.2184
Yxy35.32480.44350.4135
Hunter Lab59.43479.787029.4156
CIE-Lab66.000814.538044.9130

#cf954f color RGB value is (207,149,79).

#cf954f hex color red value is 207, green value is 149 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cf954f hue: 0.09 , saturation: 0.57 and the lightness value of cf954f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 01001111
Octal 317 225 117
Decimal 207 149 79
Hex CF 95 4F

RGB Percentages of Color #cf954f

%47.59
%34.25
%18.16

CMYK Percentages of Color #cf954f

%0
%28
%62
%19

Triadic Colors of #cf954f

#cf954f #4fcf95 #954fcf

Analogous Colors of #cf954f

#cf954f #c9cf4f #cf554f

Monochromatic Colors of #cf954f

#cf954f

Complementary Color

#cf954f #4f89cf

#cf954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf954f Color CSS Codes

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

#cf954f Text Font Color

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

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


#cf954f Background Color

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

This div background color is #cf954f


#cf954f Border Color

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

This div border color is #cf954f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf954f


Comments

No comments written yet.

Please login to write comment.