Color Hex Logo

#cf954e Color Hex

#CF954E
(207,149,78)
0 Favorites   0 Comments

Color spaces of #cf954e

RGB 20714978
HSL0.090.570.56
HSV33°62°81°
CMYK 0.000.280.62   0.19
XYZ37.854735.310312.0281
Yxy35.31030.44430.4145
Hunter Lab59.42259.722929.5944
CIE-Lab65.989514.469145.3971

#cf954e color RGB value is (207,149,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 01001110
Octal 317 225 116
Decimal 207 149 78
Hex CF 95 4E

RGB Percentages of Color #cf954e

%47.70
%34.33
%17.97

CMYK Percentages of Color #cf954e

%0
%28
%62
%19

Triadic Colors of #cf954e

#cf954e #4ecf95 #954ecf

Analogous Colors of #cf954e

#cf954e #c9cf4e #cf554e

Monochromatic Colors of #cf954e

#cf954e

Complementary Color

#cf954e #4e88cf

#cf954e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf954e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf954e Color CSS Codes

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

#cf954e Text Font Color

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

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


#cf954e Background Color

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

This div background color is #cf954e


#cf954e Border Color

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

This div border color is #cf954e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf954e


Comments

No comments written yet.

Please login to write comment.