Color Hex Logo

#c2fecb Color Hex

#C2FECB
(194,254,203)
0 Favorites   0 Comments

Color spaces of #c2fecb

RGB 194254203
HSL0.360.970.88
HSV129°24°100°
CMYK 0.240.000.20   0.00
XYZ68.469486.664869.6192
Yxy86.66480.30460.3856
Hunter Lab93.0939-31.629920.8264
CIE-Lab94.5959-28.488218.3821

#c2fecb color RGB value is (194,254,203).

#c2fecb hex color red value is 194, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c2fecb hue: 0.36 , saturation: 0.97 and the lightness value of c2fecb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11001011
Octal 302 376 313
Decimal 194 254 203
Hex C2 FE CB

RGB Percentages of Color #c2fecb

%29.80
%39.02
%31.18

CMYK Percentages of Color #c2fecb

%24
%0
%20
%0

Triadic Colors of #c2fecb

#c2fecb #cbc2fe #fecbc2

Analogous Colors of #c2fecb

#c2fecb #c2fee9 #d7fec2

Monochromatic Colors of #c2fecb

#c2fecb

Complementary Color

#c2fecb #fec2f5

#c2fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fecb Color CSS Codes

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

#c2fecb Text Font Color

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

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


#c2fecb Background Color

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

This div background color is #c2fecb


#c2fecb Border Color

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

This div border color is #c2fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fecb

Related Colors


Comments

No comments written yet.

Please login to write comment.