Color Hex Logo

#c1face Color Hex

#C1FACE
(193,250,206)
0 Favorites   0 Comments

Color spaces of #c1face

RGB 193250206
HSL0.370.850.87
HSV134°23°98°
CMYK 0.230.000.18   0.02
XYZ67.318584.164971.0899
Yxy84.16490.30250.3781
Hunter Lab91.7414-29.566918.2755
CIE-Lab93.5221-26.385415.3259

#c1face color RGB value is (193,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111010 11001110
Octal 301 372 316
Decimal 193 250 206
Hex C1 FA CE

RGB Percentages of Color #c1face

%29.74
%38.52
%31.74

CMYK Percentages of Color #c1face

%23
%0
%18
%2

Triadic Colors of #c1face

#c1face #cec1fa #facec1

Analogous Colors of #c1face

#c1face #c1faeb #d1fac1

Monochromatic Colors of #c1face

#c1face

Complementary Color

#c1face #fac1ed

#c1face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1face Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1face Color CSS Codes

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

#c1face Text Font Color

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

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


#c1face Background Color

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

This div background color is #c1face


#c1face Border Color

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

This div border color is #c1face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1face


Comments

No comments written yet.

Please login to write comment.