Color Hex Logo

#c1bb6c Color Hex

#C1BB6C
(193,187,108)
0 Favorites   0 Comments

Color spaces of #c1bb6c

RGB 193187108
HSL0.150.410.59
HSV56°44°76°
CMYK 0.000.030.44   0.24
XYZ42.469447.960821.2063
Yxy47.96080.38040.4296
Hunter Lab69.2537-11.730130.3223
CIE-Lab74.8002-9.128640.6214

#c1bb6c color RGB value is (193,187,108).

#c1bb6c hex color red value is 193, green value is 187 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c1bb6c hue: 0.15 , saturation: 0.41 and the lightness value of c1bb6c is 0.59.

The process color (four color CMYK) of #c1bb6c color hex is 0.00, 0.03, 0.44, 0.24. Web safe color of #c1bb6c is #cccc66. Color #c1bb6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111011 01101100
Octal 301 273 154
Decimal 193 187 108
Hex C1 BB 6C

RGB Percentages of Color #c1bb6c

%39.55
%38.32
%22.13

CMYK Percentages of Color #c1bb6c

%0
%3
%44
%24

Triadic Colors of #c1bb6c

#c1bb6c #6cc1bb #bb6cc1

Analogous Colors of #c1bb6c

#c1bb6c #9dc16c #c1916c

Monochromatic Colors of #c1bb6c

#c1bb6c

Complementary Color

#c1bb6c #6c72c1

#c1bb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bb6c Color CSS Codes

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

#c1bb6c Text Font Color

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

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


#c1bb6c Background Color

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

This div background color is #c1bb6c


#c1bb6c Border Color

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

This div border color is #c1bb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bb6c


Comments

No comments written yet.

Please login to write comment.