Color Hex Logo

#c5fa6f Color Hex

#C5FA6F
(197,250,111)
0 Favorites   0 Comments

Color spaces of #c5fa6f

RGB 197250111
HSL0.230.930.71
HSV83°56°98°
CMYK 0.210.000.56   0.02
XYZ60.080881.389227.5820
Yxy81.38920.35540.4814
Hunter Lab90.2160-39.002945.0243
CIE-Lab92.3046-37.719760.1851

#c5fa6f color RGB value is (197,250,111).

#c5fa6f hex color red value is 197, green value is 250 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c5fa6f hue: 0.23 , saturation: 0.93 and the lightness value of c5fa6f is 0.71.

The process color (four color CMYK) of #c5fa6f color hex is 0.21, 0.00, 0.56, 0.02. Web safe color of #c5fa6f is #ccff66. Color #c5fa6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111010 01101111
Octal 305 372 157
Decimal 197 250 111
Hex C5 FA 6F

RGB Percentages of Color #c5fa6f

%35.30
%44.80
%19.89

CMYK Percentages of Color #c5fa6f

%21
%0
%56
%2

Triadic Colors of #c5fa6f

#c5fa6f #6fc5fa #fa6fc5

Analogous Colors of #c5fa6f

#c5fa6f #80fa6f #faea6f

Monochromatic Colors of #c5fa6f

#c5fa6f

Complementary Color

#c5fa6f #a46ffa

#c5fa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5fa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5fa6f Color CSS Codes

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

#c5fa6f Text Font Color

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

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


#c5fa6f Background Color

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

This div background color is #c5fa6f


#c5fa6f Border Color

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

This div border color is #c5fa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5fa6f

Related Colors


Comments

No comments written yet.

Please login to write comment.