Color Hex Logo

#c1feac Color Hex

#C1FEAC
(193,254,172)
0 Favorites   0 Comments

Color spaces of #c1feac

RGB 193254172
HSL0.290.980.84
HSV105°32°100°
CMYK 0.240.000.32   0.00
XYZ64.880585.199652.0553
Yxy85.19960.32100.4215
Hunter Lab92.3036-36.063231.1755
CIE-Lab93.9691-33.758733.2157

#c1feac color RGB value is (193,254,172).

#c1feac hex color red value is 193, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c1feac hue: 0.29 , saturation: 0.98 and the lightness value of c1feac is 0.84.

The process color (four color CMYK) of #c1feac color hex is 0.24, 0.00, 0.32, 0.00. Web safe color of #c1feac is #ccff99. Color #c1feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111110 10101100
Octal 301 376 254
Decimal 193 254 172
Hex C1 FE AC

RGB Percentages of Color #c1feac

%31.18
%41.03
%27.79

CMYK Percentages of Color #c1feac

%24
%0
%32
%0

Triadic Colors of #c1feac

#c1feac #acc1fe #feacc1

Analogous Colors of #c1feac

#c1feac #acfec0 #eafeac

Monochromatic Colors of #c1feac

#c1feac

Complementary Color

#c1feac #e9acfe

#c1feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1feac Color CSS Codes

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

#c1feac Text Font Color

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

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


#c1feac Background Color

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

This div background color is #c1feac


#c1feac Border Color

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

This div border color is #c1feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1feac


Comments

No comments written yet.

Please login to write comment.