Color Hex Logo

#c2fabf Color Hex

#C2FABF
(194,250,191)
0 Favorites   0 Comments

Color spaces of #c2fabf

RGB 194250191
HSL0.320.860.86
HSV117°24°98°
CMYK 0.220.000.24   0.02
XYZ65.837783.602161.9570
Yxy83.60210.31140.3955
Hunter Lab91.4342-31.479923.8282
CIE-Lab93.2774-28.623022.6772

#c2fabf color RGB value is (194,250,191).

#c2fabf hex color red value is 194, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c2fabf hue: 0.32 , saturation: 0.86 and the lightness value of c2fabf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 10111111
Octal 302 372 277
Decimal 194 250 191
Hex C2 FA BF

RGB Percentages of Color #c2fabf

%30.55
%39.37
%30.08

CMYK Percentages of Color #c2fabf

%22
%0
%24
%2

Triadic Colors of #c2fabf

#c2fabf #bfc2fa #fabfc2

Analogous Colors of #c2fabf

#c2fabf #bffada #e0fabf

Monochromatic Colors of #c2fabf

#c2fabf

Complementary Color

#c2fabf #f7bffa

#c2fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fabf Color CSS Codes

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

#c2fabf Text Font Color

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

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


#c2fabf Background Color

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

This div background color is #c2fabf


#c2fabf Border Color

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

This div border color is #c2fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fabf


Comments

No comments written yet.

Please login to write comment.