Color Hex Logo

#c9adff Color Hex

#C9ADFF
(201,173,255)
0 Favorites   0 Comments

Color spaces of #c9adff

RGB 201173255
HSL0.721.000.84
HSV260°32°100°
CMYK 0.210.320.00   0.00
XYZ57.081049.5246101.1585
Yxy49.52460.27470.2384
Hunter Lab70.373721.6296-35.9646
CIE-Lab75.776526.2579-36.9186

#c9adff color RGB value is (201,173,255).

#c9adff hex color red value is 201, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c9adff hue: 0.72 , saturation: 1.00 and the lightness value of c9adff is 0.84.

The process color (four color CMYK) of #c9adff color hex is 0.21, 0.32, 0.00, 0.00. Web safe color of #c9adff is #cc99ff. Color #c9adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101101 11111111
Octal 311 255 377
Decimal 201 173 255
Hex C9 AD FF

RGB Percentages of Color #c9adff

%31.96
%27.50
%40.54

CMYK Percentages of Color #c9adff

%21
%32
%0
%0

Triadic Colors of #c9adff

#c9adff #ffc9ad #adffc9

Analogous Colors of #c9adff

#c9adff #f2adff #adbaff

Monochromatic Colors of #c9adff

#c9adff

Complementary Color

#c9adff #e3ffad

#c9adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9adff Color CSS Codes

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

#c9adff Text Font Color

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

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


#c9adff Background Color

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

This div background color is #c9adff


#c9adff Border Color

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

This div border color is #c9adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9adff

Related Colors


Comments

No comments written yet.

Please login to write comment.