Color Hex Logo

#c3b332 Color Hex

#C3B332
(195,179,50)
0 Favorites   0 Comments

Color spaces of #c3b332

RGB 19517950
HSL0.150.590.48
HSV53°74°76°
CMYK 0.000.080.74   0.24
XYZ39.201544.07269.4583
Yxy44.07260.42270.4753
Hunter Lab66.3872-10.773738.0239
CIE-Lab72.2770-8.320063.6261

#c3b332 color RGB value is (195,179,50).

#c3b332 hex color red value is 195, green value is 179 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c3b332 hue: 0.15 , saturation: 0.59 and the lightness value of c3b332 is 0.48.

The process color (four color CMYK) of #c3b332 color hex is 0.00, 0.08, 0.74, 0.24. Web safe color of #c3b332 is #cccc33. Color #c3b332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110011 00110010
Octal 303 263 62
Decimal 195 179 50
Hex C3 B3 32

RGB Percentages of Color #c3b332

%45.99
%42.22
%11.79

CMYK Percentages of Color #c3b332

%0
%8
%74
%24

Triadic Colors of #c3b332

#c3b332 #32c3b3 #b332c3

Analogous Colors of #c3b332

#c3b332 #8bc332 #c36b32

Monochromatic Colors of #c3b332

#c3b332

Complementary Color

#c3b332 #3242c3

#c3b332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b332 Color CSS Codes

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

#c3b332 Text Font Color

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

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


#c3b332 Background Color

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

This div background color is #c3b332


#c3b332 Border Color

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

This div border color is #c3b332


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,179,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b332


Comments

No comments written yet.

Please login to write comment.