Color Hex Logo

#c9cafc Color Hex

#C9CAFC
(201,202,252)
0 Favorites   0 Comments

Color spaces of #c9cafc

RGB 201202252
HSL0.660.890.89
HSV239°20°99°
CMYK 0.200.200.00   0.01
XYZ62.778661.6868100.6934
Yxy61.68680.27880.2740
Hunter Lab78.54095.2303-21.0341
CIE-Lab82.74669.8076-24.6017

#c9cafc color RGB value is (201,202,252).

#c9cafc hex color red value is 201, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c9cafc hue: 0.66 , saturation: 0.89 and the lightness value of c9cafc is 0.89.

The process color (four color CMYK) of #c9cafc color hex is 0.20, 0.20, 0.00, 0.01. Web safe color of #c9cafc is #ccccff. Color #c9cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11111100
Octal 311 312 374
Decimal 201 202 252
Hex C9 CA FC

RGB Percentages of Color #c9cafc

%30.69
%30.84
%38.47

CMYK Percentages of Color #c9cafc

%20
%20
%0
%1

Triadic Colors of #c9cafc

#c9cafc #fcc9ca #cafcc9

Analogous Colors of #c9cafc

#c9cafc #e2c9fc #c9e4fc

Monochromatic Colors of #c9cafc

#c9cafc

Complementary Color

#c9cafc #fcfbc9

#c9cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cafc Color CSS Codes

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

#c9cafc Text Font Color

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

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


#c9cafc Background Color

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

This div background color is #c9cafc


#c9cafc Border Color

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

This div border color is #c9cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cafc


Comments

No comments written yet.

Please login to write comment.