Color Hex Logo

#c9fafc Color Hex

#C9FAFC
(201,250,252)
0 Favorites   0 Comments

Color spaces of #c9fafc

RGB 201250252
HSL0.510.890.89
HSV182°20°99°
CMYK 0.200.010.00   0.01
XYZ75.843787.8170105.0484
Yxy87.81700.28230.3268
Hunter Lab93.7107-19.5268-0.8657
CIE-Lab95.0838-15.0456-6.1002

#c9fafc color RGB value is (201,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111010 11111100
Octal 311 372 374
Decimal 201 250 252
Hex C9 FA FC

RGB Percentages of Color #c9fafc

%28.59
%35.56
%35.85

CMYK Percentages of Color #c9fafc

%20
%1
%0
%1

Triadic Colors of #c9fafc

#c9fafc #fcc9fa #fafcc9

Analogous Colors of #c9fafc

#c9fafc #c9e1fc #c9fce5

Monochromatic Colors of #c9fafc

#c9fafc

Complementary Color

#c9fafc #fccbc9

#c9fafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fafc Color CSS Codes

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

#c9fafc Text Font Color

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

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


#c9fafc Background Color

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

This div background color is #c9fafc


#c9fafc Border Color

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

This div border color is #c9fafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fafc

Related Colors


Comments

No comments written yet.

Please login to write comment.