Color Hex Logo

#c7facc Color Hex

#C7FACC
(199,250,204)
0 Favorites   0 Comments

Color spaces of #c7facc

RGB 199250204
HSL0.350.840.88
HSV126°20°98°
CMYK 0.200.000.18   0.02
XYZ68.637984.873069.8913
Yxy84.87300.30720.3799
Hunter Lab92.1265-28.231919.5085
CIE-Lab93.8284-24.812616.8347

#c7facc color RGB value is (199,250,204).

#c7facc hex color red value is 199, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c7facc hue: 0.35 , saturation: 0.84 and the lightness value of c7facc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111010 11001100
Octal 307 372 314
Decimal 199 250 204
Hex C7 FA CC

RGB Percentages of Color #c7facc

%30.47
%38.28
%31.24

CMYK Percentages of Color #c7facc

%20
%0
%18
%2

Triadic Colors of #c7facc

#c7facc #ccc7fa #faccc7

Analogous Colors of #c7facc

#c7facc #c7fae6 #dcfac7

Monochromatic Colors of #c7facc

#c7facc

Complementary Color

#c7facc #fac7f5

#c7facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7facc Color CSS Codes

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

#c7facc Text Font Color

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

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


#c7facc Background Color

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

This div background color is #c7facc


#c7facc Border Color

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

This div border color is #c7facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7facc

Related Colors


Comments

No comments written yet.

Please login to write comment.