Color Hex Logo

#c7fac2 Color Hex

#C7FAC2
(199,250,194)
0 Favorites   0 Comments

Color spaces of #c7fac2

RGB 199250194
HSL0.320.850.87
HSV115°22°98°
CMYK 0.200.000.22   0.02
XYZ67.476484.408463.7750
Yxy84.40840.31290.3914
Hunter Lab91.8740-29.681223.1553
CIE-Lab93.6276-26.492021.6755

#c7fac2 color RGB value is (199,250,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111010 11000010
Octal 307 372 302
Decimal 199 250 194
Hex C7 FA C2

RGB Percentages of Color #c7fac2

%30.95
%38.88
%30.17

CMYK Percentages of Color #c7fac2

%20
%0
%22
%2

Triadic Colors of #c7fac2

#c7fac2 #c2c7fa #fac2c7

Analogous Colors of #c7fac2

#c7fac2 #c2fad9 #e3fac2

Monochromatic Colors of #c7fac2

#c7fac2

Complementary Color

#c7fac2 #f5c2fa

#c7fac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7fac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7fac2 Color CSS Codes

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

#c7fac2 Text Font Color

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

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


#c7fac2 Background Color

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

This div background color is #c7fac2


#c7fac2 Border Color

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

This div border color is #c7fac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7fac2

Related Colors


Comments

No comments written yet.

Please login to write comment.