Color Hex Logo

#c2fafe Color Hex

#C2FAFE
(194,250,254)
0 Favorites   0 Comments

Color spaces of #c2fafe

RGB 194250254
HSL0.510.970.88
HSV184°24°100°
CMYK 0.240.020.00   0.00
XYZ74.323186.9963106.6407
Yxy86.99630.27740.3247
Hunter Lab93.2718-20.9890-2.4979
CIE-Lab94.7367-16.6697-7.6922

#c2fafe color RGB value is (194,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 11111110
Octal 302 372 376
Decimal 194 250 254
Hex C2 FA FE

RGB Percentages of Color #c2fafe

%27.79
%35.82
%36.39

CMYK Percentages of Color #c2fafe

%24
%2
%0
%0

Triadic Colors of #c2fafe

#c2fafe #fec2fa #fafec2

Analogous Colors of #c2fafe

#c2fafe #c2dcfe #c2fee4

Monochromatic Colors of #c2fafe

#c2fafe

Complementary Color

#c2fafe #fec6c2

#c2fafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fafe Color CSS Codes

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

#c2fafe Text Font Color

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

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


#c2fafe Background Color

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

This div background color is #c2fafe


#c2fafe Border Color

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

This div border color is #c2fafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fafe

Related Colors


Comments

No comments written yet.

Please login to write comment.