Color Hex Logo

#c1f5fe Color Hex

#C1F5FE
(193,245,254)
0 Favorites   0 Comments

Color spaces of #c1f5fe

RGB 193245254
HSL0.520.970.88
HSV189°24°100°
CMYK 0.240.040.00   0.00
XYZ72.534183.7980106.1176
Yxy83.79800.27640.3193
Hunter Lab91.5412-18.7600-4.6520
CIE-Lab93.3627-14.4733-9.7359

#c1f5fe color RGB value is (193,245,254).

#c1f5fe hex color red value is 193, green value is 245 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c1f5fe hue: 0.52 , saturation: 0.97 and the lightness value of c1f5fe is 0.88.

The process color (four color CMYK) of #c1f5fe color hex is 0.24, 0.04, 0.00, 0.00. Web safe color of #c1f5fe is #ccffff. Color #c1f5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11110101 11111110
Octal 301 365 376
Decimal 193 245 254
Hex C1 F5 FE

RGB Percentages of Color #c1f5fe

%27.89
%35.40
%36.71

CMYK Percentages of Color #c1f5fe

%24
%4
%0
%0

Triadic Colors of #c1f5fe

#c1f5fe #fec1f5 #f5fec1

Analogous Colors of #c1f5fe

#c1f5fe #c1d7fe #c1fee9

Monochromatic Colors of #c1f5fe

#c1f5fe

Complementary Color

#c1f5fe #fecac1

#c1f5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1f5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1f5fe Color CSS Codes

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

#c1f5fe Text Font Color

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

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


#c1f5fe Background Color

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

This div background color is #c1f5fe


#c1f5fe Border Color

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

This div border color is #c1f5fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,245,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1f5fe


Comments

No comments written yet.

Please login to write comment.