Color Hex Logo

#c5fedd Color Hex

#C5FEDD
(197,254,221)
0 Favorites   0 Comments

Color spaces of #c5fedd

RGB 197254221
HSL0.400.970.88
HSV145°22°100°
CMYK 0.220.000.13   0.00
XYZ71.518987.974481.6179
Yxy87.97440.29660.3649
Hunter Lab93.7947-28.033514.0635
CIE-Lab95.1502-24.31969.9590

#c5fedd color RGB value is (197,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 11011101
Octal 305 376 335
Decimal 197 254 221
Hex C5 FE DD

RGB Percentages of Color #c5fedd

%29.32
%37.80
%32.89

CMYK Percentages of Color #c5fedd

%22
%0
%13
%0

Triadic Colors of #c5fedd

#c5fedd #ddc5fe #feddc5

Analogous Colors of #c5fedd

#c5fedd #c5fefa #cafec5

Monochromatic Colors of #c5fedd

#c5fedd

Complementary Color

#c5fedd #fec5e6

#c5fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fedd Color CSS Codes

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

#c5fedd Text Font Color

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

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


#c5fedd Background Color

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

This div background color is #c5fedd


#c5fedd Border Color

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

This div border color is #c5fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.