Color Hex Logo

#cf952e Color Hex

#CF952E
(207,149,46)
0 Favorites   0 Comments

Color spaces of #cf952e

RGB 20714946
HSL0.110.640.50
HSV38°78°81°
CMYK 0.000.280.78   0.19
XYZ36.972734.95757.3836
Yxy34.95750.46620.4407
Hunter Lab59.12498.153333.9832
CIE-Lab65.715612.770559.3310

#cf952e color RGB value is (207,149,46).

#cf952e hex color red value is 207, green value is 149 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cf952e hue: 0.11 , saturation: 0.64 and the lightness value of cf952e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010101 00101110
Octal 317 225 56
Decimal 207 149 46
Hex CF 95 2E

RGB Percentages of Color #cf952e

%51.49
%37.06
%11.44

CMYK Percentages of Color #cf952e

%0
%28
%78
%19

Triadic Colors of #cf952e

#cf952e #2ecf95 #952ecf

Analogous Colors of #cf952e

#cf952e #b9cf2e #cf452e

Monochromatic Colors of #cf952e

#cf952e

Complementary Color

#cf952e #2e68cf

#cf952e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf952e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf952e Color CSS Codes

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

#cf952e Text Font Color

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

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


#cf952e Background Color

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

This div background color is #cf952e


#cf952e Border Color

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

This div border color is #cf952e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf952e


Comments

No comments written yet.

Please login to write comment.