Color Hex Logo

#c3cbaa Color Hex

#C3CBAA
(195,203,170)
0 Favorites   0 Comments

Color spaces of #c3cbaa

RGB 195203170
HSL0.210.240.73
HSV75°16°80°
CMYK 0.040.000.16   0.20
XYZ51.117357.216346.3799
Yxy57.21630.33040.3698
Hunter Lab75.6415-11.745116.5951
CIE-Lab80.3011-8.479315.5537

#c3cbaa color RGB value is (195,203,170).

#c3cbaa hex color red value is 195, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c3cbaa hue: 0.21 , saturation: 0.24 and the lightness value of c3cbaa is 0.73.

The process color (four color CMYK) of #c3cbaa color hex is 0.04, 0.00, 0.16, 0.20. Web safe color of #c3cbaa is #cccc99. Color #c3cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 10101010
Octal 303 313 252
Decimal 195 203 170
Hex C3 CB AA

RGB Percentages of Color #c3cbaa

%34.33
%35.74
%29.93

CMYK Percentages of Color #c3cbaa

%4
%0
%16
%20

Triadic Colors of #c3cbaa

#c3cbaa #aac3cb #cbaac3

Analogous Colors of #c3cbaa

#c3cbaa #b3cbaa #cbc3aa

Monochromatic Colors of #c3cbaa

#c3cbaa

Complementary Color

#c3cbaa #b2aacb

#c3cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cbaa Color CSS Codes

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

#c3cbaa Text Font Color

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

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


#c3cbaa Background Color

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

This div background color is #c3cbaa


#c3cbaa Border Color

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

This div border color is #c3cbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,203,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 #c3cbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cbaa


Comments

No comments written yet.

Please login to write comment.