Color Hex Logo

#c2facd Color Hex

#C2FACD
(194,250,205)
0 Favorites   0 Comments

Color spaces of #c2facd

RGB 194250205
HSL0.370.850.87
HSV132°22°98°
CMYK 0.220.000.18   0.02
XYZ67.453284.248370.4640
Yxy84.24830.30360.3792
Hunter Lab91.7869-29.449318.7344
CIE-Lab93.5582-26.244215.8990

#c2facd color RGB value is (194,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111010 11001101
Octal 302 372 315
Decimal 194 250 205
Hex C2 FA CD

RGB Percentages of Color #c2facd

%29.89
%38.52
%31.59

CMYK Percentages of Color #c2facd

%22
%0
%18
%2

Triadic Colors of #c2facd

#c2facd #cdc2fa #facdc2

Analogous Colors of #c2facd

#c2facd #c2fae9 #d3fac2

Monochromatic Colors of #c2facd

#c2facd

Complementary Color

#c2facd #fac2ef

#c2facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2facd Color CSS Codes

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

#c2facd Text Font Color

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

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


#c2facd Background Color

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

This div background color is #c2facd


#c2facd Border Color

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

This div border color is #c2facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2facd


Comments

No comments written yet.

Please login to write comment.