Color Hex Logo

#c1ffca Color Hex

#C1FFCA
(193,255,202)
1 Favorites   0 Comments

Color spaces of #c1ffca

RGB 193255202
HSL0.361.000.88
HSV129°24°100°
CMYK 0.240.000.21   0.00
XYZ68.413087.121769.0875
Yxy87.12170.30460.3879
Hunter Lab93.3390-32.511321.4521
CIE-Lab94.7899-29.447619.1564

#c1ffca color RGB value is (193,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111111 11001010
Octal 301 377 312
Decimal 193 255 202
Hex C1 FF CA

RGB Percentages of Color #c1ffca

%29.69
%39.23
%31.08

CMYK Percentages of Color #c1ffca

%24
%0
%21
%0

Triadic Colors of #c1ffca

#c1ffca #cac1ff #ffcac1

Analogous Colors of #c1ffca

#c1ffca #c1ffe9 #d7ffc1

Monochromatic Colors of #c1ffca

#c1ffca

Complementary Color

#c1ffca #ffc1f6

#c1ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ffca Color CSS Codes

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

#c1ffca Text Font Color

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

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


#c1ffca Background Color

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

This div background color is #c1ffca


#c1ffca Border Color

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

This div border color is #c1ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ffca

Related Colors


Comments

No comments written yet.

Please login to write comment.