Color Hex Logo

#c5fede Color Hex

#C5FEDE
(197,254,222)
0 Favorites   0 Comments

Color spaces of #c5fede

RGB 197254222
HSL0.410.970.88
HSV146°22°100°
CMYK 0.220.000.13   0.00
XYZ71.652688.027982.3218
Yxy88.02790.29610.3637
Hunter Lab93.8232-27.870413.6543
CIE-Lab95.1727-24.13359.4771

#c5fede color RGB value is (197,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 11011110
Octal 305 376 336
Decimal 197 254 222
Hex C5 FE DE

RGB Percentages of Color #c5fede

%29.27
%37.74
%32.99

CMYK Percentages of Color #c5fede

%22
%0
%13
%0

Triadic Colors of #c5fede

#c5fede #dec5fe #fedec5

Analogous Colors of #c5fede

#c5fede #c5fefb #c9fec5

Monochromatic Colors of #c5fede

#c5fede

Complementary Color

#c5fede #fec5e5

#c5fede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fede Color CSS Codes

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

#c5fede Text Font Color

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

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


#c5fede Background Color

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

This div background color is #c5fede


#c5fede Border Color

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

This div border color is #c5fede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fede


Comments

No comments written yet.

Please login to write comment.