Color Hex Logo

#c1feca Color Hex

#C1FECA
(193,254,202)
0 Favorites   0 Comments

Color spaces of #c1feca

RGB 193254202
HSL0.360.970.88
HSV129°24°100°
CMYK 0.240.000.20   0.00
XYZ68.094886.485368.9815
Yxy86.48530.30460.3869
Hunter Lab92.9975-32.043921.1195
CIE-Lab94.5195-28.977818.7781

#c1feca color RGB value is (193,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111110 11001010
Octal 301 376 312
Decimal 193 254 202
Hex C1 FE CA

RGB Percentages of Color #c1feca

%29.74
%39.14
%31.12

CMYK Percentages of Color #c1feca

%24
%0
%20
%0

Triadic Colors of #c1feca

#c1feca #cac1fe #fecac1

Analogous Colors of #c1feca

#c1feca #c1fee9 #d7fec1

Monochromatic Colors of #c1feca

#c1feca

Complementary Color

#c1feca #fec1f5

#c1feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1feca Color CSS Codes

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

#c1feca Text Font Color

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

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


#c1feca Background Color

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

This div background color is #c1feca


#c1feca Border Color

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

This div border color is #c1feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1feca


Comments

No comments written yet.

Please login to write comment.