Color Hex Logo

#c9aece Color Hex

#C9AECE
(201,174,206)
0 Favorites   0 Comments

Color spaces of #c9aece

RGB 201174206
HSL0.810.250.75
HSV291°16°81°
CMYK 0.020.160.00   0.19
XYZ50.364047.145864.8381
Yxy47.14580.31020.2904
Hunter Lab68.662810.7694-7.9234
CIE-Lab74.282915.4538-12.6020

#c9aece color RGB value is (201,174,206).

#c9aece hex color red value is 201, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c9aece hue: 0.81 , saturation: 0.25 and the lightness value of c9aece is 0.75.

The process color (four color CMYK) of #c9aece color hex is 0.02, 0.16, 0.00, 0.19. Web safe color of #c9aece is #cc99cc. Color #c9aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 11001110
Octal 311 256 316
Decimal 201 174 206
Hex C9 AE CE

RGB Percentages of Color #c9aece

%34.60
%29.95
%35.46

CMYK Percentages of Color #c9aece

%2
%16
%0
%19

Triadic Colors of #c9aece

#c9aece #cec9ae #aecec9

Analogous Colors of #c9aece

#c9aece #ceaec3 #b9aece

Monochromatic Colors of #c9aece

#c9aece

Complementary Color

#c9aece #b3ceae

#c9aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aece Color CSS Codes

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

#c9aece Text Font Color

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

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


#c9aece Background Color

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

This div background color is #c9aece


#c9aece Border Color

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

This div border color is #c9aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aece


Comments

No comments written yet.

Please login to write comment.