Color Hex Logo

#cf9550 Color Hex

#CF9550
(207,149,80)
0 Favorites   0 Comments

Color spaces of #cf9550

RGB 20714980
HSL0.090.570.56
HSV33°61°81°
CMYK 0.000.280.61   0.19
XYZ37.927535.339512.4116
Yxy35.33950.44270.4125
Hunter Lab59.44709.851629.2341
CIE-Lab66.012114.607444.4268

#cf9550 color RGB value is (207,149,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 01010000
Octal 317 225 120
Decimal 207 149 80
Hex CF 95 50

RGB Percentages of Color #cf9550

%47.48
%34.17
%18.35

CMYK Percentages of Color #cf9550

%0
%28
%61
%19

Triadic Colors of #cf9550

#cf9550 #50cf95 #9550cf

Analogous Colors of #cf9550

#cf9550 #cacf50 #cf5650

Monochromatic Colors of #cf9550

#cf9550

Complementary Color

#cf9550 #508acf

#cf9550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9550 Color CSS Codes

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

#cf9550 Text Font Color

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

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


#cf9550 Background Color

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

This div background color is #cf9550


#cf9550 Border Color

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

This div border color is #cf9550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9550


Comments

No comments written yet.

Please login to write comment.