Color Hex Logo

#c9aeed Color Hex

#C9AEED
(201,174,237)
0 Favorites   0 Comments

Color spaces of #c9aeed

RGB 201174237
HSL0.740.640.81
HSV266°27°93°
CMYK 0.150.270.00   0.07
XYZ54.509548.804086.6679
Yxy48.80400.28690.2569
Hunter Lab69.859917.0233-24.6531
CIE-Lab75.329221.7537-27.8873

#c9aeed color RGB value is (201,174,237).

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

The process color (four color CMYK) of #c9aeed color hex is 0.15, 0.27, 0.00, 0.07. Web safe color of #c9aeed is #cc99ff. Color #c9aeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 11101101
Octal 311 256 355
Decimal 201 174 237
Hex C9 AE ED

RGB Percentages of Color #c9aeed

%32.84
%28.43
%38.73

CMYK Percentages of Color #c9aeed

%15
%27
%0
%7

Triadic Colors of #c9aeed

#c9aeed #edc9ae #aeedc9

Analogous Colors of #c9aeed

#c9aeed #e9aeed #aeb3ed

Monochromatic Colors of #c9aeed

#c9aeed

Complementary Color

#c9aeed #d2edae

#c9aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aeed Color CSS Codes

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

#c9aeed Text Font Color

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

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


#c9aeed Background Color

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

This div background color is #c9aeed


#c9aeed Border Color

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

This div border color is #c9aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aeed


Comments

No comments written yet.

Please login to write comment.