Color Hex Logo

#c3bbae Color Hex

#C3BBAE
(195,187,174)
0 Favorites   0 Comments

Color spaces of #c3bbae

RGB 195187174
HSL0.100.150.72
HSV37°11°76°
CMYK 0.000.040.11   0.24
XYZ47.916050.198747.2083
Yxy50.19870.32970.3454
Hunter Lab70.8510-3.271210.0906
CIE-Lab76.19110.56457.5768

#c3bbae color RGB value is (195,187,174).

#c3bbae hex color red value is 195, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c3bbae hue: 0.10 , saturation: 0.15 and the lightness value of c3bbae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111011 10101110
Octal 303 273 256
Decimal 195 187 174
Hex C3 BB AE

RGB Percentages of Color #c3bbae

%35.07
%33.63
%31.29

CMYK Percentages of Color #c3bbae

%0
%4
%11
%24

Triadic Colors of #c3bbae

#c3bbae #aec3bb #bbaec3

Analogous Colors of #c3bbae

#c3bbae #c1c3ae #c3b1ae

Monochromatic Colors of #c3bbae

#c3bbae

Complementary Color

#c3bbae #aeb6c3

#c3bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bbae Color CSS Codes

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

#c3bbae Text Font Color

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

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


#c3bbae Background Color

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

This div background color is #c3bbae


#c3bbae Border Color

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

This div border color is #c3bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bbae


Comments

No comments written yet.

Please login to write comment.