Color Hex Logo

#c1ffde Color Hex

#C1FFDE
(193,255,222)
0 Favorites   0 Comments

Color spaces of #c1ffde

RGB 193255222
HSL0.411.000.88
HSV148°24°100°
CMYK 0.240.000.13   0.00
XYZ70.937188.131482.3795
Yxy88.13140.29380.3650
Hunter Lab93.8783-29.407513.6871
CIE-Lab95.2162-25.84109.5096

#c1ffde color RGB value is (193,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111111 11011110
Octal 301 377 336
Decimal 193 255 222
Hex C1 FF DE

RGB Percentages of Color #c1ffde

%28.81
%38.06
%33.13

CMYK Percentages of Color #c1ffde

%24
%0
%13
%0

Triadic Colors of #c1ffde

#c1ffde #dec1ff #ffdec1

Analogous Colors of #c1ffde

#c1ffde #c1fffd #c3ffc1

Monochromatic Colors of #c1ffde

#c1ffde

Complementary Color

#c1ffde #ffc1e2

#c1ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ffde Color CSS Codes

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

#c1ffde Text Font Color

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

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


#c1ffde Background Color

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

This div background color is #c1ffde


#c1ffde Border Color

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

This div border color is #c1ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ffde

Related Colors

#c1ffde Color Palettes


Comments

No comments written yet.

Please login to write comment.