Color Hex Logo

#c2eeff Color Hex

#C2EEFF
(194,238,255)
0 Favorites   0 Comments

Color spaces of #c2eeff

RGB 194238255
HSL0.551.000.88
HSV197°24°100°
CMYK 0.240.070.00   0.00
XYZ70.872779.8384106.2827
Yxy79.83840.27580.3107
Hunter Lab89.3523-14.7835-7.9776
CIE-Lab91.6123-10.4440-12.8566

#c2eeff color RGB value is (194,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101110 11111111
Octal 302 356 377
Decimal 194 238 255
Hex C2 EE FF

RGB Percentages of Color #c2eeff

%28.24
%34.64
%37.12

CMYK Percentages of Color #c2eeff

%24
%7
%0
%0

Triadic Colors of #c2eeff

#c2eeff #ffc2ee #eeffc2

Analogous Colors of #c2eeff

#c2eeff #c2d0ff #c2fff2

Monochromatic Colors of #c2eeff

#c2eeff

Complementary Color

#c2eeff #ffd3c2

#c2eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eeff Color CSS Codes

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

#c2eeff Text Font Color

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

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


#c2eeff Background Color

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

This div background color is #c2eeff


#c2eeff Border Color

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

This div border color is #c2eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eeff

Related Colors

#c2eeff Color Palettes


Comments

No comments written yet.

Please login to write comment.