Color Hex Logo

#c9ccfc Color Hex

#C9CCFC
(201,204,252)
0 Favorites   0 Comments

Color spaces of #c9ccfc

RGB 201204252
HSL0.660.890.89
HSV236°20°99°
CMYK 0.200.190.00   0.01
XYZ63.250962.6315100.8509
Yxy62.63150.27900.2762
Hunter Lab79.14014.1670-20.1572
CIE-Lab83.24818.7351-23.8385

#c9ccfc color RGB value is (201,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001100 11111100
Octal 311 314 374
Decimal 201 204 252
Hex C9 CC FC

RGB Percentages of Color #c9ccfc

%30.59
%31.05
%38.36

CMYK Percentages of Color #c9ccfc

%20
%19
%0
%1

Triadic Colors of #c9ccfc

#c9ccfc #fcc9cc #ccfcc9

Analogous Colors of #c9ccfc

#c9ccfc #e0c9fc #c9e6fc

Monochromatic Colors of #c9ccfc

#c9ccfc

Complementary Color

#c9ccfc #fcf9c9

#c9ccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ccfc Color CSS Codes

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

#c9ccfc Text Font Color

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

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


#c9ccfc Background Color

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

This div background color is #c9ccfc


#c9ccfc Border Color

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

This div border color is #c9ccfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,204,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 #c9ccfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ccfc


Comments

No comments written yet.

Please login to write comment.