Color Hex Logo

#c9ccfb Color Hex

#C9CCFB
(201,204,251)
0 Favorites   0 Comments

Color spaces of #c9ccfb

RGB 201204251
HSL0.660.860.89
HSV236°20°98°
CMYK 0.200.190.00   0.02
XYZ63.092862.5683100.0183
Yxy62.56830.27960.2772
Hunter Lab79.10013.9521-19.5993
CIE-Lab83.21478.5150-23.3581

#c9ccfb color RGB value is (201,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001100 11111011
Octal 311 314 373
Decimal 201 204 251
Hex C9 CC FB

RGB Percentages of Color #c9ccfb

%30.64
%31.10
%38.26

CMYK Percentages of Color #c9ccfb

%20
%19
%0
%2

Triadic Colors of #c9ccfb

#c9ccfb #fbc9cc #ccfbc9

Analogous Colors of #c9ccfb

#c9ccfb #dfc9fb #c9e5fb

Monochromatic Colors of #c9ccfb

#c9ccfb

Complementary Color

#c9ccfb #fbf8c9

#c9ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ccfb Color CSS Codes

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

#c9ccfb Text Font Color

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

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


#c9ccfb Background Color

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

This div background color is #c9ccfb


#c9ccfb Border Color

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

This div border color is #c9ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ccfb


Comments

No comments written yet.

Please login to write comment.