Color Hex Logo

#c3bcaa Color Hex

#C3BCAA
(195,188,170)
0 Favorites   0 Comments

Color spaces of #c3bcaa

RGB 195188170
HSL0.120.170.72
HSV43°13°76°
CMYK 0.000.040.13   0.24
XYZ47.744650.470845.2556
Yxy50.47080.33280.3518
Hunter Lab71.0428-4.363311.9611
CIE-Lab76.3573-0.62729.9800

#c3bcaa color RGB value is (195,188,170).

#c3bcaa hex color red value is 195, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c3bcaa hue: 0.12 , saturation: 0.17 and the lightness value of c3bcaa is 0.72.

The process color (four color CMYK) of #c3bcaa color hex is 0.00, 0.04, 0.13, 0.24. Web safe color of #c3bcaa is #cccc99. Color #c3bcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111100 10101010
Octal 303 274 252
Decimal 195 188 170
Hex C3 BC AA

RGB Percentages of Color #c3bcaa

%35.26
%34.00
%30.74

CMYK Percentages of Color #c3bcaa

%0
%4
%13
%24

Triadic Colors of #c3bcaa

#c3bcaa #aac3bc #bcaac3

Analogous Colors of #c3bcaa

#c3bcaa #bec3aa #c3b0aa

Monochromatic Colors of #c3bcaa

#c3bcaa

Complementary Color

#c3bcaa #aab1c3

#c3bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bcaa Color CSS Codes

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

#c3bcaa Text Font Color

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

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


#c3bcaa Background Color

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

This div background color is #c3bcaa


#c3bcaa Border Color

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

This div border color is #c3bcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,188,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3bcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3bcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #c3bcaa;
  box-shadow:         1px 1px 3px 2px #c3bcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,188,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bcaa


Comments

No comments written yet.

Please login to write comment.