Color Hex Logo

#c2abae Color Hex

#C2ABAE
(194,171,174)
0 Favorites   0 Comments

Color spaces of #c2abae

RGB 194171174
HSL0.980.160.72
HSV352°12°76°
CMYK 0.000.120.10   0.24
XYZ44.451043.651146.1271
Yxy43.65110.33120.3252
Hunter Lab66.06904.47354.8540
CIE-Lab71.99478.81921.5062

#c2abae color RGB value is (194,171,174).

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

The process color (four color CMYK) of #c2abae color hex is 0.00, 0.12, 0.10, 0.24. Web safe color of #c2abae is #cc9999. Color #c2abae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101011 10101110
Octal 302 253 256
Decimal 194 171 174
Hex C2 AB AE

RGB Percentages of Color #c2abae

%35.99
%31.73
%32.28

CMYK Percentages of Color #c2abae

%0
%12
%10
%24

Triadic Colors of #c2abae

#c2abae #aec2ab #abaec2

Analogous Colors of #c2abae

#c2abae #c2b4ab #c2abba

Monochromatic Colors of #c2abae

#c2abae

Complementary Color

#c2abae #abc2bf

#c2abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2abae Color CSS Codes

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

#c2abae Text Font Color

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

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


#c2abae Background Color

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

This div background color is #c2abae


#c2abae Border Color

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

This div border color is #c2abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2abae


Comments

No comments written yet.

Please login to write comment.