Color Hex Logo

#c5fec5 Color Hex

#C5FEC5
(197,254,197)
0 Favorites   0 Comments

Color spaces of #c5fec5

RGB 197254197
HSL0.330.970.88
HSV120°22°100°
CMYK 0.220.000.22   0.00
XYZ68.545886.785265.9618
Yxy86.78520.30980.3922
Hunter Lab93.1586-31.687723.2302
CIE-Lab94.6471-28.542321.5420

#c5fec5 color RGB value is (197,254,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 11000101
Octal 305 376 305
Decimal 197 254 197
Hex C5 FE C5

RGB Percentages of Color #c5fec5

%30.40
%39.20
%30.40

CMYK Percentages of Color #c5fec5

%22
%0
%22
%0

Triadic Colors of #c5fec5

#c5fec5 #c5c5fe #fec5c5

Analogous Colors of #c5fec5

#c5fec5 #c5fee2 #e2fec5

Monochromatic Colors of #c5fec5

#c5fec5

Complementary Color

#c5fec5 #fec5fe

#c5fec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fec5 Color CSS Codes

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

#c5fec5 Text Font Color

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

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


#c5fec5 Background Color

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

This div background color is #c5fec5


#c5fec5 Border Color

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

This div border color is #c5fec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fec5


Comments

No comments written yet.

Please login to write comment.