Color Hex Logo

#c1bb8e Color Hex

#C1BB8E
(193,187,142)
0 Favorites   0 Comments

Color spaces of #c1bb8e

RGB 193187142
HSL0.150.290.66
HSV53°26°76°
CMYK 0.000.030.26   0.24
XYZ44.645148.831132.6635
Yxy48.83110.35390.3871
Hunter Lab69.8793-8.247021.2017
CIE-Lab75.3461-5.062623.6087

#c1bb8e color RGB value is (193,187,142).

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

The process color (four color CMYK) of #c1bb8e color hex is 0.00, 0.03, 0.26, 0.24. Web safe color of #c1bb8e is #cccc99. Color #c1bb8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111011 10001110
Octal 301 273 216
Decimal 193 187 142
Hex C1 BB 8E

RGB Percentages of Color #c1bb8e

%36.97
%35.82
%27.20

CMYK Percentages of Color #c1bb8e

%0
%3
%26
%24

Triadic Colors of #c1bb8e

#c1bb8e #8ec1bb #bb8ec1

Analogous Colors of #c1bb8e

#c1bb8e #aec18e #c1a28e

Monochromatic Colors of #c1bb8e

#c1bb8e

Complementary Color

#c1bb8e #8e94c1

#c1bb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bb8e Color CSS Codes

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

#c1bb8e Text Font Color

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

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


#c1bb8e Background Color

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

This div background color is #c1bb8e


#c1bb8e Border Color

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

This div border color is #c1bb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bb8e


Comments

No comments written yet.

Please login to write comment.