Color Hex Logo

#c2feea Color Hex

#C2FEEA
(194,254,234)
0 Favorites   0 Comments

Color spaces of #c2feea

RGB 194254234
HSL0.440.970.88
HSV160°24°100°
CMYK 0.240.000.08   0.00
XYZ72.541288.293591.0609
Yxy88.29350.28800.3505
Hunter Lab93.9646-26.63518.3174
CIE-Lab95.2844-22.74153.4379

#c2feea color RGB value is (194,254,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11101010
Octal 302 376 352
Decimal 194 254 234
Hex C2 FE EA

RGB Percentages of Color #c2feea

%28.45
%37.24
%34.31

CMYK Percentages of Color #c2feea

%24
%0
%8
%0

Triadic Colors of #c2feea

#c2feea #eac2fe #feeac2

Analogous Colors of #c2feea

#c2feea #c2f4fe #c2fecc

Monochromatic Colors of #c2feea

#c2feea

Complementary Color

#c2feea #fec2d6

#c2feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2feea Color CSS Codes

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

#c2feea Text Font Color

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

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


#c2feea Background Color

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

This div background color is #c2feea


#c2feea Border Color

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

This div border color is #c2feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2feea

Related Colors


Comments

No comments written yet.

Please login to write comment.