Color Hex Logo

#c5ffde Color Hex

#C5FFDE
(197,255,222)
0 Favorites   0 Comments

Color spaces of #c5ffde

RGB 197255222
HSL0.411.000.89
HSV146°23°100°
CMYK 0.230.000.13   0.00
XYZ71.970888.664282.4279
Yxy88.66420.29610.3648
Hunter Lab94.1617-28.349614.0115
CIE-Lab95.4399-24.61279.8596

#c5ffde color RGB value is (197,255,222).

#c5ffde hex color red value is 197, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c5ffde hue: 0.41 , saturation: 1.00 and the lightness value of c5ffde is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111111 11011110
Octal 305 377 336
Decimal 197 255 222
Hex C5 FF DE

RGB Percentages of Color #c5ffde

%29.23
%37.83
%32.94

CMYK Percentages of Color #c5ffde

%23
%0
%13
%0

Triadic Colors of #c5ffde

#c5ffde #dec5ff #ffdec5

Analogous Colors of #c5ffde

#c5ffde #c5fffb #c9ffc5

Monochromatic Colors of #c5ffde

#c5ffde

Complementary Color

#c5ffde #ffc5e6

#c5ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ffde Color CSS Codes

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

#c5ffde Text Font Color

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

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


#c5ffde Background Color

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

This div background color is #c5ffde


#c5ffde Border Color

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

This div border color is #c5ffde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,255,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ffde


Comments

No comments written yet.

Please login to write comment.