Color Hex Logo

#c3b51e Color Hex

#C3B51E
(195,181,30)
0 Favorites   0 Comments

Color spaces of #c3b51e

RGB 19518130
HSL0.150.730.44
HSV55°85°76°
CMYK 0.000.070.85   0.24
XYZ39.263944.74367.7952
Yxy44.74360.42770.4874
Hunter Lab66.8907-12.281639.9140
CIE-Lab72.7227-10.043969.9242

#c3b51e color RGB value is (195,181,30).

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

The process color (four color CMYK) of #c3b51e color hex is 0.00, 0.07, 0.85, 0.24. Web safe color of #c3b51e is #cccc33. Color #c3b51e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110101 00011110
Octal 303 265 36
Decimal 195 181 30
Hex C3 B5 1E

RGB Percentages of Color #c3b51e

%48.03
%44.58
%7.39

CMYK Percentages of Color #c3b51e

%0
%7
%85
%24

Triadic Colors of #c3b51e

#c3b51e #1ec3b5 #b51ec3

Analogous Colors of #c3b51e

#c3b51e #7fc31e #c3631e

Monochromatic Colors of #c3b51e

#c3b51e

Complementary Color

#c3b51e #1e2cc3

#c3b51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b51e Color CSS Codes

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

#c3b51e Text Font Color

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

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


#c3b51e Background Color

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

This div background color is #c3b51e


#c3b51e Border Color

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

This div border color is #c3b51e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,181,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 #c3b51e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b51e


Comments

No comments written yet.

Please login to write comment.