Color Hex Logo

#c9aeba Color Hex

#C9AEBA
(201,174,186)
0 Favorites   0 Comments

Color spaces of #c9aeba

RGB 201174186
HSL0.930.200.74
HSV333°13°79°
CMYK 0.000.130.07   0.21
XYZ48.086446.234852.8442
Yxy46.23480.32680.3142
Hunter Lab67.99627.24061.5193
CIE-Lab73.697611.7832-2.5211

#c9aeba color RGB value is (201,174,186).

#c9aeba hex color red value is 201, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c9aeba hue: 0.93 , saturation: 0.20 and the lightness value of c9aeba is 0.74.

The process color (four color CMYK) of #c9aeba color hex is 0.00, 0.13, 0.07, 0.21. Web safe color of #c9aeba is #cc99cc. Color #c9aeba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 10111010
Octal 311 256 272
Decimal 201 174 186
Hex C9 AE BA

RGB Percentages of Color #c9aeba

%35.83
%31.02
%33.16

CMYK Percentages of Color #c9aeba

%0
%13
%7
%21

Triadic Colors of #c9aeba

#c9aeba #bac9ae #aebac9

Analogous Colors of #c9aeba

#c9aeba #c9b0ae #c9aec8

Monochromatic Colors of #c9aeba

#c9aeba

Complementary Color

#c9aeba #aec9bd

#c9aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aeba Color CSS Codes

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

#c9aeba Text Font Color

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

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


#c9aeba Background Color

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

This div background color is #c9aeba


#c9aeba Border Color

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

This div border color is #c9aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aeba


Comments

No comments written yet.

Please login to write comment.