Color Hex Logo

#c2fedd Color Hex

#C2FEDD
(194,254,221)
0 Favorites   0 Comments

Color spaces of #c2fedd

RGB 194254221
HSL0.410.970.88
HSV147°24°100°
CMYK 0.240.000.13   0.00
XYZ70.741187.573481.5815
Yxy87.57340.29490.3650
Hunter Lab93.5807-28.831413.8188
CIE-Lab94.9810-25.24529.6944

#c2fedd color RGB value is (194,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11011101
Octal 302 376 335
Decimal 194 254 221
Hex C2 FE DD

RGB Percentages of Color #c2fedd

%29.00
%37.97
%33.03

CMYK Percentages of Color #c2fedd

%24
%0
%13
%0

Triadic Colors of #c2fedd

#c2fedd #ddc2fe #feddc2

Analogous Colors of #c2fedd

#c2fedd #c2fefb #c5fec2

Monochromatic Colors of #c2fedd

#c2fedd

Complementary Color

#c2fedd #fec2e3

#c2fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fedd Color CSS Codes

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

#c2fedd Text Font Color

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

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


#c2fedd Background Color

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

This div background color is #c2fedd


#c2fedd Border Color

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

This div border color is #c2fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.