Color Hex Logo

#cf954a Color Hex

#CF954A
(207,149,74)
0 Favorites   0 Comments

Color spaces of #cf954a

RGB 20714974
HSL0.090.580.55
HSV34°64°81°
CMYK 0.000.280.64   0.19
XYZ37.715635.254711.2956
Yxy35.25470.44760.4184
Hunter Lab59.37579.476330.2837
CIE-Lab65.946514.203647.3119

#cf954a color RGB value is (207,149,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 01001010
Octal 317 225 112
Decimal 207 149 74
Hex CF 95 4A

RGB Percentages of Color #cf954a

%48.14
%34.65
%17.21

CMYK Percentages of Color #cf954a

%0
%28
%64
%19

Triadic Colors of #cf954a

#cf954a #4acf95 #954acf

Analogous Colors of #cf954a

#cf954a #c7cf4a #cf534a

Monochromatic Colors of #cf954a

#cf954a

Complementary Color

#cf954a #4a84cf

#cf954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf954a Color CSS Codes

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

#cf954a Text Font Color

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

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


#cf954a Background Color

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

This div background color is #cf954a


#cf954a Border Color

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

This div border color is #cf954a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf954a


Comments

No comments written yet.

Please login to write comment.