Color Hex Logo

#cf955b Color Hex

#CF955B
(207,149,91)
0 Favorites   0 Comments

Color spaces of #cf955b

RGB 20714991
HSL0.080.550.58
HSV30°56°81°
CMYK 0.000.280.56   0.19
XYZ38.367935.515614.7305
Yxy35.51560.43300.4008
Hunter Lab59.595010.629127.0614
CIE-Lab66.148115.440538.9634

#cf955b color RGB value is (207,149,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 01011011
Octal 317 225 133
Decimal 207 149 91
Hex CF 95 5B

RGB Percentages of Color #cf955b

%46.31
%33.33
%20.36

CMYK Percentages of Color #cf955b

%0
%28
%56
%19

Triadic Colors of #cf955b

#cf955b #5bcf95 #955bcf

Analogous Colors of #cf955b

#cf955b #cfcf5b #cf5b5b

Monochromatic Colors of #cf955b

#cf955b

Complementary Color

#cf955b #5b95cf

#cf955b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf955b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf955b Color CSS Codes

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

#cf955b Text Font Color

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

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


#cf955b Background Color

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

This div background color is #cf955b


#cf955b Border Color

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

This div border color is #cf955b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf955b


Comments

No comments written yet.

Please login to write comment.