Color Hex Logo

#c9aebc Color Hex

#C9AEBC
(201,174,188)
0 Favorites   0 Comments

Color spaces of #c9aebc

RGB 201174188
HSL0.910.200.74
HSV329°13°79°
CMYK 0.000.130.06   0.21
XYZ48.300546.320553.9720
Yxy46.32050.32510.3117
Hunter Lab68.05927.57510.6235
CIE-Lab73.753012.1349-3.5359

#c9aebc color RGB value is (201,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 10111100
Octal 311 256 274
Decimal 201 174 188
Hex C9 AE BC

RGB Percentages of Color #c9aebc

%35.70
%30.91
%33.39

CMYK Percentages of Color #c9aebc

%0
%13
%6
%21

Triadic Colors of #c9aebc

#c9aebc #bcc9ae #aebcc9

Analogous Colors of #c9aebc

#c9aebc #c9aeaf #c9aec9

Monochromatic Colors of #c9aebc

#c9aebc

Complementary Color

#c9aebc #aec9bb

#c9aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aebc Color CSS Codes

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

#c9aebc Text Font Color

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

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


#c9aebc Background Color

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

This div background color is #c9aebc


#c9aebc Border Color

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

This div border color is #c9aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aebc


Comments

No comments written yet.

Please login to write comment.