Color Hex Logo

#c4b619 Color Hex

#C4B619
(196,182,25)
0 Favorites   0 Comments

Color spaces of #c4b619

RGB 19618225
HSL0.150.770.43
HSV55°87°77°
CMYK 0.000.070.87   0.23
XYZ39.668445.26187.5654
Yxy45.26180.42890.4893
Hunter Lab67.2769-12.485840.4266
CIE-Lab73.0639-10.240271.3367

#c4b619 color RGB value is (196,182,25).

#c4b619 hex color red value is 196, green value is 182 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c4b619 hue: 0.15 , saturation: 0.77 and the lightness value of c4b619 is 0.43.

The process color (four color CMYK) of #c4b619 color hex is 0.00, 0.07, 0.87, 0.23. Web safe color of #c4b619 is #cccc00. Color #c4b619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10110110 00011001
Octal 304 266 31
Decimal 196 182 25
Hex C4 B6 19

RGB Percentages of Color #c4b619

%48.64
%45.16
%6.20

CMYK Percentages of Color #c4b619

%0
%7
%87
%23

Triadic Colors of #c4b619

#c4b619 #19c4b6 #b619c4

Analogous Colors of #c4b619

#c4b619 #7dc419 #c46019

Monochromatic Colors of #c4b619

#c4b619

Complementary Color

#c4b619 #1927c4

#c4b619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4b619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4b619 Color CSS Codes

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

#c4b619 Text Font Color

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

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


#c4b619 Background Color

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

This div background color is #c4b619


#c4b619 Border Color

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

This div border color is #c4b619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4b619


Comments

No comments written yet.

Please login to write comment.