Color Hex Logo

#c9f8fa Color Hex

#C9F8FA
(201,248,250)
0 Favorites   0 Comments

Color spaces of #c9f8fa

RGB 201248250
HSL0.510.830.88
HSV182°20°98°
CMYK 0.200.010.00   0.02
XYZ74.910186.4544103.1817
Yxy86.45440.28320.3268
Hunter Lab92.9809-18.9078-0.7080
CIE-Lab94.5063-14.4670-5.9184

#c9f8fa color RGB value is (201,248,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111000 11111010
Octal 311 370 372
Decimal 201 248 250
Hex C9 F8 FA

RGB Percentages of Color #c9f8fa

%28.76
%35.48
%35.77

CMYK Percentages of Color #c9f8fa

%20
%1
%0
%2

Triadic Colors of #c9f8fa

#c9f8fa #fac9f8 #f8fac9

Analogous Colors of #c9f8fa

#c9f8fa #c9e0fa #c9fae4

Monochromatic Colors of #c9f8fa

#c9f8fa

Complementary Color

#c9f8fa #facbc9

#c9f8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9f8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9f8fa Color CSS Codes

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

#c9f8fa Text Font Color

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

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


#c9f8fa Background Color

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

This div background color is #c9f8fa


#c9f8fa Border Color

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

This div border color is #c9f8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9f8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.