Color Hex Logo

#c2fefa Color Hex

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

Color spaces of #c2fefa

RGB 194254250
HSL0.490.970.88
HSV176°24°100°
CMYK 0.240.000.02   0.00
XYZ74.945389.2551103.7204
Yxy89.25510.27970.3331
Hunter Lab94.4749-23.73021.0402
CIE-Lab95.6869-19.4836-4.2241

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

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

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

Base Numbers

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

RGB Percentages of Color #c2fefa

%27.79
%36.39
%35.82

CMYK Percentages of Color #c2fefa

%24
%0
%2
%0

Triadic Colors of #c2fefa

#c2fefa #fac2fe #fefac2

Analogous Colors of #c2fefa

#c2fefa #c2e4fe #c2fedc

Monochromatic Colors of #c2fefa

#c2fefa

Complementary Color

#c2fefa #fec2c6

#c2fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fefa Color CSS Codes

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

#c2fefa Text Font Color

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

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


#c2fefa Background Color

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

This div background color is #c2fefa


#c2fefa Border Color

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

This div border color is #c2fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.