Color Hex Logo

#c1fedd Color Hex

#C1FEDD
(193,254,221)
0 Favorites   0 Comments

Color spaces of #c1fedd

RGB 193254221
HSL0.410.970.88
HSV148°24°100°
CMYK 0.240.000.13   0.00
XYZ70.485387.441581.5696
Yxy87.44150.29430.3651
Hunter Lab93.5102-29.094613.7380
CIE-Lab94.9253-25.55179.6072

#c1fedd color RGB value is (193,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111110 11011101
Octal 301 376 335
Decimal 193 254 221
Hex C1 FE DD

RGB Percentages of Color #c1fedd

%28.89
%38.02
%33.08

CMYK Percentages of Color #c1fedd

%24
%0
%13
%0

Triadic Colors of #c1fedd

#c1fedd #ddc1fe #feddc1

Analogous Colors of #c1fedd

#c1fedd #c1fefc #c4fec1

Monochromatic Colors of #c1fedd

#c1fedd

Complementary Color

#c1fedd #fec1e2

#c1fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fedd Color CSS Codes

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

#c1fedd Text Font Color

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

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


#c1fedd Background Color

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

This div background color is #c1fedd


#c1fedd Border Color

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

This div border color is #c1fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fedd


Comments

No comments written yet.

Please login to write comment.