Color Hex Logo

#c1eefe Color Hex

#C1EEFE
(193,238,254)
0 Favorites   0 Comments

Color spaces of #c1eefe

RGB 193238254
HSL0.540.970.88
HSV196°24°100°
CMYK 0.240.060.00   0.00
XYZ70.456279.6423105.4250
Yxy79.64230.27570.3117
Hunter Lab89.2425-15.2502-7.5714
CIE-Lab91.5241-10.9539-12.4735

#c1eefe color RGB value is (193,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101110 11111110
Octal 301 356 376
Decimal 193 238 254
Hex C1 EE FE

RGB Percentages of Color #c1eefe

%28.18
%34.74
%37.08

CMYK Percentages of Color #c1eefe

%24
%6
%0
%0

Triadic Colors of #c1eefe

#c1eefe #fec1ee #eefec1

Analogous Colors of #c1eefe

#c1eefe #c1d0fe #c1fef0

Monochromatic Colors of #c1eefe

#c1eefe

Complementary Color

#c1eefe #fed1c1

#c1eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eefe Color CSS Codes

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

#c1eefe Text Font Color

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

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


#c1eefe Background Color

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

This div background color is #c1eefe


#c1eefe Border Color

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

This div border color is #c1eefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eefe


Comments

No comments written yet.

Please login to write comment.