Color Hex Logo

#c1b93b Color Hex

#C1B93B
(193,185,59)
0 Favorites   0 Comments

Color spaces of #c1b93b

RGB 19318559
HSL0.160.530.49
HSV56°69°76°
CMYK 0.000.040.69   0.24
XYZ40.130746.351110.9692
Yxy46.35110.41180.4756
Hunter Lab68.0816-13.926138.1044
CIE-Lab73.7728-11.849661.7195

#c1b93b color RGB value is (193,185,59).

#c1b93b hex color red value is 193, green value is 185 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c1b93b hue: 0.16 , saturation: 0.53 and the lightness value of c1b93b is 0.49.

The process color (four color CMYK) of #c1b93b color hex is 0.00, 0.04, 0.69, 0.24. Web safe color of #c1b93b is #cccc33. Color #c1b93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111001 00111011
Octal 301 271 73
Decimal 193 185 59
Hex C1 B9 3B

RGB Percentages of Color #c1b93b

%44.16
%42.33
%13.50

CMYK Percentages of Color #c1b93b

%0
%4
%69
%24

Triadic Colors of #c1b93b

#c1b93b #3bc1b9 #b93bc1

Analogous Colors of #c1b93b

#c1b93b #86c13b #c1763b

Monochromatic Colors of #c1b93b

#c1b93b

Complementary Color

#c1b93b #3b43c1

#c1b93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1b93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1b93b Color CSS Codes

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

#c1b93b Text Font Color

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

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


#c1b93b Background Color

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

This div background color is #c1b93b


#c1b93b Border Color

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

This div border color is #c1b93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1b93b


Comments

No comments written yet.

Please login to write comment.