Color Hex Logo

#c4fabf Color Hex

#C4FABF
(196,250,191)
0 Favorites   0 Comments

Color spaces of #c4fabf

RGB 196250191
HSL0.320.860.86
HSV115°24°98°
CMYK 0.220.000.24   0.02
XYZ66.354583.868661.9812
Yxy83.86860.31270.3952
Hunter Lab91.5798-30.931823.9784
CIE-Lab93.3934-27.968422.8556

#c4fabf color RGB value is (196,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111010 10111111
Octal 304 372 277
Decimal 196 250 191
Hex C4 FA BF

RGB Percentages of Color #c4fabf

%30.77
%39.25
%29.98

CMYK Percentages of Color #c4fabf

%22
%0
%24
%2

Triadic Colors of #c4fabf

#c4fabf #bfc4fa #fabfc4

Analogous Colors of #c4fabf

#c4fabf #bffad8 #e2fabf

Monochromatic Colors of #c4fabf

#c4fabf

Complementary Color

#c4fabf #f5bffa

#c4fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4fabf Color CSS Codes

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

#c4fabf Text Font Color

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

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


#c4fabf Background Color

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

This div background color is #c4fabf


#c4fabf Border Color

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

This div border color is #c4fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4fabf


Comments

No comments written yet.

Please login to write comment.