Color Hex Logo

#c2feee Color Hex

#C2FEEE
(194,254,238)
0 Favorites   0 Comments

Color spaces of #c2feee

RGB 194254238
HSL0.460.970.88
HSV164°24°100°
CMYK 0.240.000.06   0.00
XYZ73.122688.526094.1222
Yxy88.52600.28590.3461
Hunter Lab94.0883-25.92956.5504
CIE-Lab95.3820-21.94471.5179

#c2feee color RGB value is (194,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11101110
Octal 302 376 356
Decimal 194 254 238
Hex C2 FE EE

RGB Percentages of Color #c2feee

%28.28
%37.03
%34.69

CMYK Percentages of Color #c2feee

%24
%0
%6
%0

Triadic Colors of #c2feee

#c2feee #eec2fe #feeec2

Analogous Colors of #c2feee

#c2feee #c2f0fe #c2fed0

Monochromatic Colors of #c2feee

#c2feee

Complementary Color

#c2feee #fec2d2

#c2feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2feee Color CSS Codes

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

#c2feee Text Font Color

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

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


#c2feee Background Color

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

This div background color is #c2feee


#c2feee Border Color

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

This div border color is #c2feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2feee

Related Colors


Comments

No comments written yet.

Please login to write comment.