Color Hex Logo

#c3b614 Color Hex

#C3B614
(195,182,20)
0 Favorites   0 Comments

Color spaces of #c3b614

RGB 19518220
HSL0.150.810.42
HSV56°90°76°
CMYK 0.000.070.90   0.24
XYZ39.359945.10857.2941
Yxy45.10850.42890.4916
Hunter Lab67.1629-12.927540.5749
CIE-Lab72.9633-10.777572.1579

#c3b614 color RGB value is (195,182,20).

#c3b614 hex color red value is 195, green value is 182 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c3b614 hue: 0.15 , saturation: 0.81 and the lightness value of c3b614 is 0.42.

The process color (four color CMYK) of #c3b614 color hex is 0.00, 0.07, 0.90, 0.24. Web safe color of #c3b614 is #cccc00. Color #c3b614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110110 00010100
Octal 303 266 24
Decimal 195 182 20
Hex C3 B6 14

RGB Percentages of Color #c3b614

%49.12
%45.84
%5.04

CMYK Percentages of Color #c3b614

%0
%7
%90
%24

Triadic Colors of #c3b614

#c3b614 #14c3b6 #b614c3

Analogous Colors of #c3b614

#c3b614 #79c314 #c35e14

Monochromatic Colors of #c3b614

#c3b614

Complementary Color

#c3b614 #1421c3

#c3b614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b614 Color CSS Codes

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

#c3b614 Text Font Color

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

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


#c3b614 Background Color

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

This div background color is #c3b614


#c3b614 Border Color

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

This div border color is #c3b614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b614


Comments

No comments written yet.

Please login to write comment.