Color Hex Logo

#c2b94e Color Hex

#C2B94E
(194,185,78)
0 Favorites   0 Comments

Color spaces of #c2b94e

RGB 19418578
HSL0.150.490.53
HSV55°60°76°
CMYK 0.000.050.60   0.24
XYZ40.972246.717314.0656
Yxy46.71730.40270.4591
Hunter Lab68.3501-12.611435.6439
CIE-Lab74.0086-10.262254.0845

#c2b94e color RGB value is (194,185,78).

#c2b94e hex color red value is 194, green value is 185 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c2b94e hue: 0.15 , saturation: 0.49 and the lightness value of c2b94e is 0.53.

The process color (four color CMYK) of #c2b94e color hex is 0.00, 0.05, 0.60, 0.24. Web safe color of #c2b94e is #cccc66. Color #c2b94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111001 01001110
Octal 302 271 116
Decimal 194 185 78
Hex C2 B9 4E

RGB Percentages of Color #c2b94e

%42.45
%40.48
%17.07

CMYK Percentages of Color #c2b94e

%0
%5
%60
%24

Triadic Colors of #c2b94e

#c2b94e #4ec2b9 #b94ec2

Analogous Colors of #c2b94e

#c2b94e #91c24e #c27f4e

Monochromatic Colors of #c2b94e

#c2b94e

Complementary Color

#c2b94e #4e57c2

#c2b94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b94e Color CSS Codes

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

#c2b94e Text Font Color

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

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


#c2b94e Background Color

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

This div background color is #c2b94e


#c2b94e Border Color

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

This div border color is #c2b94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b94e


Comments

No comments written yet.

Please login to write comment.