Color Hex Logo

#c2f2fa Color Hex

#C2F2FA
(194,242,250)
0 Favorites   0 Comments

Color spaces of #c2f2fa

RGB 194242250
HSL0.520.850.87
HSV189°22°98°
CMYK 0.220.030.00   0.02
XYZ71.255681.8757102.4905
Yxy81.87570.27880.3203
Hunter Lab90.4852-17.7833-3.8168
CIE-Lab92.5200-13.5413-8.9034

#c2f2fa color RGB value is (194,242,250).

#c2f2fa hex color red value is 194, green value is 242 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c2f2fa hue: 0.52 , saturation: 0.85 and the lightness value of c2f2fa is 0.87.

The process color (four color CMYK) of #c2f2fa color hex is 0.22, 0.03, 0.00, 0.02. Web safe color of #c2f2fa is #ccffff. Color #c2f2fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11110010 11111010
Octal 302 362 372
Decimal 194 242 250
Hex C2 F2 FA

RGB Percentages of Color #c2f2fa

%28.28
%35.28
%36.44

CMYK Percentages of Color #c2f2fa

%22
%3
%0
%2

Triadic Colors of #c2f2fa

#c2f2fa #fac2f2 #f2fac2

Analogous Colors of #c2f2fa

#c2f2fa #c2d6fa #c2fae6

Monochromatic Colors of #c2f2fa

#c2f2fa

Complementary Color

#c2f2fa #facac2

#c2f2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2f2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2f2fa Color CSS Codes

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

#c2f2fa Text Font Color

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

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


#c2f2fa Background Color

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

This div background color is #c2f2fa


#c2f2fa Border Color

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

This div border color is #c2f2fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,242,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2f2fa

#c2f2fa Color Palettes


Comments

No comments written yet.

Please login to write comment.