Color Hex Logo

#c2951e Color Hex

#C2951E
(194,149,30)
0 Favorites   0 Comments

Color spaces of #c2951e

RGB 19414930
HSL0.120.730.44
HSV44°85°76°
CMYK 0.000.230.85   0.24
XYZ33.229933.05805.8577
Yxy33.05800.46060.4582
Hunter Lab57.49612.546034.2068
CIE-Lab64.20786.512462.7885

#c2951e color RGB value is (194,149,30).

#c2951e hex color red value is 194, green value is 149 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c2951e hue: 0.12 , saturation: 0.73 and the lightness value of c2951e is 0.44.

The process color (four color CMYK) of #c2951e color hex is 0.00, 0.23, 0.85, 0.24. Web safe color of #c2951e is #cc9933. Color #c2951e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 00011110
Octal 302 225 36
Decimal 194 149 30
Hex C2 95 1E

RGB Percentages of Color #c2951e

%52.01
%39.95
%8.04

CMYK Percentages of Color #c2951e

%0
%23
%85
%24

Triadic Colors of #c2951e

#c2951e #1ec295 #951ec2

Analogous Colors of #c2951e

#c2951e #9dc21e #c2431e

Monochromatic Colors of #c2951e

#c2951e

Complementary Color

#c2951e #1e4bc2

#c2951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2951e Color CSS Codes

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

#c2951e Text Font Color

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

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


#c2951e Background Color

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

This div background color is #c2951e


#c2951e Border Color

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

This div border color is #c2951e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2951e


Comments

No comments written yet.

Please login to write comment.