Color Hex Logo

#c1baae Color Hex

#C1BAAE
(193,186,174)
0 Favorites   0 Comments

Color spaces of #c1baae

RGB 193186174
HSL0.110.130.72
HSV38°10°76°
CMYK 0.000.040.10   0.24
XYZ47.191249.511347.1138
Yxy49.51130.32810.3443
Hunter Lab70.3643-3.42299.5562
CIE-Lab75.76830.37006.9490

#c1baae color RGB value is (193,186,174).

#c1baae hex color red value is 193, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c1baae hue: 0.11 , saturation: 0.13 and the lightness value of c1baae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111010 10101110
Octal 301 272 256
Decimal 193 186 174
Hex C1 BA AE

RGB Percentages of Color #c1baae

%34.90
%33.63
%31.46

CMYK Percentages of Color #c1baae

%0
%4
%10
%24

Triadic Colors of #c1baae

#c1baae #aec1ba #baaec1

Analogous Colors of #c1baae

#c1baae #bfc1ae #c1b1ae

Monochromatic Colors of #c1baae

#c1baae

Complementary Color

#c1baae #aeb5c1

#c1baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1baae Color CSS Codes

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

#c1baae Text Font Color

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

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


#c1baae Background Color

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

This div background color is #c1baae


#c1baae Border Color

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

This div border color is #c1baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1baae


Comments

No comments written yet.

Please login to write comment.