Color Hex Logo

#c7faec Color Hex

#C7FAEC
(199,250,236)
0 Favorites   0 Comments

Color spaces of #c7faec

RGB 199250236
HSL0.450.840.88
HSV164°20°98°
CMYK 0.200.000.06   0.02
XYZ72.879186.569592.2253
Yxy86.56950.28960.3440
Hunter Lab93.0427-23.00826.3608
CIE-Lab94.5553-18.89061.3812

#c7faec color RGB value is (199,250,236).

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

The process color (four color CMYK) of #c7faec color hex is 0.20, 0.00, 0.06, 0.02. Web safe color of #c7faec is #ccffff. Color #c7faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111010 11101100
Octal 307 372 354
Decimal 199 250 236
Hex C7 FA EC

RGB Percentages of Color #c7faec

%29.05
%36.50
%34.45

CMYK Percentages of Color #c7faec

%20
%0
%6
%2

Triadic Colors of #c7faec

#c7faec #ecc7fa #faecc7

Analogous Colors of #c7faec

#c7faec #c7effa #c7fad3

Monochromatic Colors of #c7faec

#c7faec

Complementary Color

#c7faec #fac7d5

#c7faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7faec Color CSS Codes

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

#c7faec Text Font Color

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

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


#c7faec Background Color

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

This div background color is #c7faec


#c7faec Border Color

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

This div border color is #c7faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7faec


Comments

No comments written yet.

Please login to write comment.