color codes Logo

#c1ac1a color codes

#C1AC1A
(193,172,26)
0 Favorites   0 Comments

Color spaces of #c1ac1a

RGB 19317226
HSL0.150.760.43
HSV52°87°76°
CMYK 0.000.110.87   0.24
XYZ36.931340.91716.9286
Yxy40.91710.43560.4826
Hunter Lab63.9665-8.883638.3545
CIE-Lab70.1178-6.340968.6320

#c1ac1a color RGB value is (193,172,26).

#c1ac1a hex color red value is 193, green value is 172 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c1ac1a hue: 0.15 , saturation: 0.76 and the lightness value of c1ac1a is 0.43.

The process color (four color CMYK) of #c1ac1a color code is 0.00, 0.11, 0.87, 0.24. Web safe color of #c1ac1a is #cc9933. Color #c1ac1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 00011010
Octal 301 254 32
Decimal 193 172 26
Hex C1 AC 1A

RGB Percentages of Color #c1ac1a

%49.36
%43.99
%6.65

CMYK Percentages of Color #c1ac1a

%0
%11
%87
%24

Triadic Colors of #c1ac1a

#c1ac1a #1ac1ac #ac1ac1

Analogous Colors of #c1ac1a

#c1ac1a #83c11a #c1591a

Monochromatic Colors of #c1ac1a

#c1ac1a

Complementary Color

#c1ac1a #1a2fc1

#c1ac1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ac1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ac1a Color CSS Codes

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

#c1ac1a Text Font Color

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

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


#c1ac1a Background Color

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

This div background color is #c1ac1a


#c1ac1a Border Color

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

This div border color is #c1ac1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,172,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1ac1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1ac1a;
  -webkit-box-shadow: 1px 1px 3px 2px #c1ac1a;
  box-shadow:         1px 1px 3px 2px #c1ac1a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,172,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ac1a


Comments

No comments written yet.

Please login to write comment.