Color Hex Logo

#c2fefe Color Hex

#C2FEFE
(194,254,254)
0 Favorites   0 Comments

Color spaces of #c2fefe

RGB 194254254
HSL0.500.970.88
HSV180°24°100°
CMYK 0.240.000.00   0.00
XYZ75.579389.5087107.0594
Yxy89.50870.27770.3289
Hunter Lab94.6090-22.9694-0.8661
CIE-Lab95.7926-18.6402-6.1313

#c2fefe color RGB value is (194,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11111110
Octal 302 376 376
Decimal 194 254 254
Hex C2 FE FE

RGB Percentages of Color #c2fefe

%27.64
%36.18
%36.18

CMYK Percentages of Color #c2fefe

%24
%0
%0
%0

Triadic Colors of #c2fefe

#c2fefe #fec2fe #fefec2

Analogous Colors of #c2fefe

#c2fefe #c2e0fe #c2fee0

Monochromatic Colors of #c2fefe

#c2fefe

Complementary Color

#c2fefe #fec2c2

#c2fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fefe Color CSS Codes

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

#c2fefe Text Font Color

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

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


#c2fefe Background Color

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

This div background color is #c2fefe


#c2fefe Border Color

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

This div border color is #c2fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fefe

Related Colors

#c2fefe Color Palettes


Comments

No comments written yet.

Please login to write comment.