Color Hex Logo

#c1fafa Color Hex

#C1FAFA
(193,250,250)
0 Favorites   0 Comments

Color spaces of #c1fafa

RGB 193250250
HSL0.500.850.87
HSV180°23°98°
CMYK 0.230.000.00   0.02
XYZ73.433286.6108103.2897
Yxy86.61080.27890.3289
Hunter Lab93.0649-22.0176-0.6586
CIE-Lab94.5729-17.8095-5.8721

#c1fafa color RGB value is (193,250,250).

#c1fafa hex color red value is 193, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c1fafa hue: 0.50 , saturation: 0.85 and the lightness value of c1fafa is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111010 11111010
Octal 301 372 372
Decimal 193 250 250
Hex C1 FA FA

RGB Percentages of Color #c1fafa

%27.85
%36.08
%36.08

CMYK Percentages of Color #c1fafa

%23
%0
%0
%2

Triadic Colors of #c1fafa

#c1fafa #fac1fa #fafac1

Analogous Colors of #c1fafa

#c1fafa #c1defa #c1fade

Monochromatic Colors of #c1fafa

#c1fafa

Complementary Color

#c1fafa #fac1c1

#c1fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fafa Color CSS Codes

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

#c1fafa Text Font Color

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

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


#c1fafa Background Color

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

This div background color is #c1fafa


#c1fafa Border Color

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

This div border color is #c1fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fafa

Related Colors


Comments

No comments written yet.

Please login to write comment.