Color Hex Logo

#c9fbfa Color Hex

#C9FBFA
(201,251,250)
0 Favorites   0 Comments

Color spaces of #c9fbfa

RGB 201251250
HSL0.500.860.89
HSV179°20°98°
CMYK 0.200.000.00   0.02
XYZ75.839988.3140103.4916
Yxy88.31400.28340.3300
Hunter Lab93.9755-20.40450.4891
CIE-Lab95.2930-15.9549-4.7585

#c9fbfa color RGB value is (201,251,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111011 11111010
Octal 311 373 372
Decimal 201 251 250
Hex C9 FB FA

RGB Percentages of Color #c9fbfa

%28.63
%35.75
%35.61

CMYK Percentages of Color #c9fbfa

%20
%0
%0
%2

Triadic Colors of #c9fbfa

#c9fbfa #fac9fb #fbfac9

Analogous Colors of #c9fbfa

#c9fbfa #c9e3fb #c9fbe1

Monochromatic Colors of #c9fbfa

#c9fbfa

Complementary Color

#c9fbfa #fbc9ca

#c9fbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fbfa Color CSS Codes

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

#c9fbfa Text Font Color

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

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


#c9fbfa Background Color

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

This div background color is #c9fbfa


#c9fbfa Border Color

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

This div border color is #c9fbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.