Color Hex Logo

#c1eeff Color Hex

#C1EEFF
(193,238,255)
0 Favorites   0 Comments

Color spaces of #c1eeff

RGB 193238255
HSL0.551.000.88
HSV196°24°100°
CMYK 0.240.070.00   0.00
XYZ70.616979.7065106.2707
Yxy79.70650.27520.3106
Hunter Lab89.2785-15.0486-8.0796
CIE-Lab91.5530-10.7346-12.9514

#c1eeff color RGB value is (193,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101110 11111111
Octal 301 356 377
Decimal 193 238 255
Hex C1 EE FF

RGB Percentages of Color #c1eeff

%28.13
%34.69
%37.17

CMYK Percentages of Color #c1eeff

%24
%7
%0
%0

Triadic Colors of #c1eeff

#c1eeff #ffc1ee #eeffc1

Analogous Colors of #c1eeff

#c1eeff #c1cfff #c1fff1

Monochromatic Colors of #c1eeff

#c1eeff

Complementary Color

#c1eeff #ffd2c1

#c1eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eeff Color CSS Codes

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

#c1eeff Text Font Color

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

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


#c1eeff Background Color

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

This div background color is #c1eeff


#c1eeff Border Color

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

This div border color is #c1eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eeff

#c1eeff Color Palettes


Comments

No comments written yet.

Please login to write comment.