Color Hex Logo

#c3b028 Color Hex

#C3B028
(195,176,40)
0 Favorites   0 Comments

Color spaces of #c3b028

RGB 19517640
HSL0.150.660.46
HSV53°79°76°
CMYK 0.000.100.79   0.24
XYZ38.414042.80608.2452
Yxy42.80600.42940.4785
Hunter Lab65.4263-9.692638.3265
CIE-Lab71.4231-7.148566.1152

#c3b028 color RGB value is (195,176,40).

#c3b028 hex color red value is 195, green value is 176 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c3b028 hue: 0.15 , saturation: 0.66 and the lightness value of c3b028 is 0.46.

The process color (four color CMYK) of #c3b028 color hex is 0.00, 0.10, 0.79, 0.24. Web safe color of #c3b028 is #cc9933. Color #c3b028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110000 00101000
Octal 303 260 50
Decimal 195 176 40
Hex C3 B0 28

RGB Percentages of Color #c3b028

%47.45
%42.82
%9.73

CMYK Percentages of Color #c3b028

%0
%10
%79
%24

Triadic Colors of #c3b028

#c3b028 #28c3b0 #b028c3

Analogous Colors of #c3b028

#c3b028 #89c328 #c36228

Monochromatic Colors of #c3b028

#c3b028

Complementary Color

#c3b028 #283bc3

#c3b028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b028 Color CSS Codes

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

#c3b028 Text Font Color

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

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


#c3b028 Background Color

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

This div background color is #c3b028


#c3b028 Border Color

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

This div border color is #c3b028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b028


Comments

No comments written yet.

Please login to write comment.