Color Hex Logo

#c5fee0 Color Hex

#C5FEE0
(197,254,224)
0 Favorites   0 Comments

Color spaces of #c5fee0

RGB 197254224
HSL0.410.970.88
HSV148°22°100°
CMYK 0.220.000.12   0.00
XYZ71.922388.135883.7422
Yxy88.13580.29500.3615
Hunter Lab93.8807-27.541712.8294
CIE-Lab95.2181-23.75898.5134

#c5fee0 color RGB value is (197,254,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 11100000
Octal 305 376 340
Decimal 197 254 224
Hex C5 FE E0

RGB Percentages of Color #c5fee0

%29.19
%37.63
%33.19

CMYK Percentages of Color #c5fee0

%22
%0
%12
%0

Triadic Colors of #c5fee0

#c5fee0 #e0c5fe #fee0c5

Analogous Colors of #c5fee0

#c5fee0 #c5fefd #c7fec5

Monochromatic Colors of #c5fee0

#c5fee0

Complementary Color

#c5fee0 #fec5e3

#c5fee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fee0 Color CSS Codes

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

#c5fee0 Text Font Color

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

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


#c5fee0 Background Color

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

This div background color is #c5fee0


#c5fee0 Border Color

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

This div border color is #c5fee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fee0

Related Colors


Comments

No comments written yet.

Please login to write comment.