Color Hex Logo

#c5face Color Hex

#C5FACE
(197,250,206)
0 Favorites   0 Comments

Color spaces of #c5face

RGB 197250206
HSL0.360.840.88
HSV130°21°98°
CMYK 0.210.000.18   0.02
XYZ68.352184.697871.1383
Yxy84.69780.30490.3778
Hunter Lab92.0314-28.482318.5921
CIE-Lab93.7527-25.110215.6842

#c5face color RGB value is (197,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111010 11001110
Octal 305 372 316
Decimal 197 250 206
Hex C5 FA CE

RGB Percentages of Color #c5face

%30.17
%38.28
%31.55

CMYK Percentages of Color #c5face

%21
%0
%18
%2

Triadic Colors of #c5face

#c5face #cec5fa #facec5

Analogous Colors of #c5face

#c5face #c5fae9 #d7fac5

Monochromatic Colors of #c5face

#c5face

Complementary Color

#c5face #fac5f1

#c5face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5face Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5face Color CSS Codes

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

#c5face Text Font Color

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

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


#c5face Background Color

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

This div background color is #c5face


#c5face Border Color

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

This div border color is #c5face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5face


Comments

No comments written yet.

Please login to write comment.