Color Hex Logo

#c1fdff Color Hex

#C1FDFF
(193,253,255)
0 Favorites   0 Comments

Color spaces of #c1fdff

RGB 193253255
HSL0.511.000.88
HSV182°24°100°
CMYK 0.240.010.00   0.00
XYZ75.167688.8080107.7877
Yxy88.80800.27660.3268
Hunter Lab94.2380-22.5385-1.8482
CIE-Lab95.5001-18.2222-7.0855

#c1fdff color RGB value is (193,253,255).

#c1fdff hex color red value is 193, green value is 253 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c1fdff hue: 0.51 , saturation: 1.00 and the lightness value of c1fdff is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111101 11111111
Octal 301 375 377
Decimal 193 253 255
Hex C1 FD FF

RGB Percentages of Color #c1fdff

%27.53
%36.09
%36.38

CMYK Percentages of Color #c1fdff

%24
%1
%0
%0

Triadic Colors of #c1fdff

#c1fdff #ffc1fd #fdffc1

Analogous Colors of #c1fdff

#c1fdff #c1deff #c1ffe2

Monochromatic Colors of #c1fdff

#c1fdff

Complementary Color

#c1fdff #ffc3c1

#c1fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fdff Color CSS Codes

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

#c1fdff Text Font Color

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

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


#c1fdff Background Color

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

This div background color is #c1fdff


#c1fdff Border Color

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

This div border color is #c1fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fdff

#c1fdff Color Palettes


Comments

No comments written yet.

Please login to write comment.