Color Hex Logo

#cf955f Color Hex

#CF955F
(207,149,95)
0 Favorites   0 Comments

Color spaces of #cf955f

RGB 20714995
HSL0.080.540.59
HSV29°54°81°
CMYK 0.000.280.54   0.19
XYZ38.545135.586515.6638
Yxy35.58650.42930.3963
Hunter Lab59.654410.940726.1900
CIE-Lab66.202815.773136.9335

#cf955f color RGB value is (207,149,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 01011111
Octal 317 225 137
Decimal 207 149 95
Hex CF 95 5F

RGB Percentages of Color #cf955f

%45.90
%33.04
%21.06

CMYK Percentages of Color #cf955f

%0
%28
%54
%19

Triadic Colors of #cf955f

#cf955f #5fcf95 #955fcf

Analogous Colors of #cf955f

#cf955f #cfcd5f #cf5f61

Monochromatic Colors of #cf955f

#cf955f

Complementary Color

#cf955f #5f99cf

#cf955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf955f Color CSS Codes

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

#cf955f Text Font Color

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

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


#cf955f Background Color

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

This div background color is #cf955f


#cf955f Border Color

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

This div border color is #cf955f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,149,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 #cf955f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf955f


Comments

No comments written yet.

Please login to write comment.