Color Hex Logo

#c2baae Color Hex

#C2BAAE
(194,186,174)
1 Favorites   0 Comments

Color spaces of #c2baae

RGB 194186174
HSL0.100.140.72
HSV36°10°76°
CMYK 0.000.040.10   0.24
XYZ47.447049.643147.1258
Yxy49.64310.32900.3442
Hunter Lab70.4579-3.09769.6643
CIE-Lab75.84970.73347.0764

#c2baae color RGB value is (194,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 10101110
Octal 302 272 256
Decimal 194 186 174
Hex C2 BA AE

RGB Percentages of Color #c2baae

%35.02
%33.57
%31.41

CMYK Percentages of Color #c2baae

%0
%4
%10
%24

Triadic Colors of #c2baae

#c2baae #aec2ba #baaec2

Analogous Colors of #c2baae

#c2baae #c0c2ae #c2b0ae

Monochromatic Colors of #c2baae

#c2baae

Complementary Color

#c2baae #aeb6c2

#c2baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2baae Color CSS Codes

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

#c2baae Text Font Color

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

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


#c2baae Background Color

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

This div background color is #c2baae


#c2baae Border Color

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

This div border color is #c2baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2baae

#c2baae Color Palettes


Comments

No comments written yet.

Please login to write comment.