Color Hex Logo

#c9aedd Color Hex

#C9AEDD
(201,174,221)
0 Favorites   0 Comments

Color spaces of #c9aedd

RGB 201174221
HSL0.760.410.77
HSV274°21°87°
CMYK 0.090.210.00   0.13
XYZ52.274647.910174.8990
Yxy47.91010.29860.2736
Hunter Lab69.217113.6780-15.7050
CIE-Lab74.768218.4152-20.0535

#c9aedd color RGB value is (201,174,221).

#c9aedd hex color red value is 201, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c9aedd hue: 0.76 , saturation: 0.41 and the lightness value of c9aedd is 0.77.

The process color (four color CMYK) of #c9aedd color hex is 0.09, 0.21, 0.00, 0.13. Web safe color of #c9aedd is #cc99cc. Color #c9aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 11011101
Octal 311 256 335
Decimal 201 174 221
Hex C9 AE DD

RGB Percentages of Color #c9aedd

%33.72
%29.19
%37.08

CMYK Percentages of Color #c9aedd

%9
%21
%0
%13

Triadic Colors of #c9aedd

#c9aedd #ddc9ae #aeddc9

Analogous Colors of #c9aedd

#c9aedd #ddaeda #b2aedd

Monochromatic Colors of #c9aedd

#c9aedd

Complementary Color

#c9aedd #c2ddae

#c9aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aedd Color CSS Codes

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

#c9aedd Text Font Color

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

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


#c9aedd Background Color

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

This div background color is #c9aedd


#c9aedd Border Color

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

This div border color is #c9aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aedd


Comments

No comments written yet.

Please login to write comment.