Color Hex Logo

#c1ffdd Color Hex

#C1FFDD
(193,255,221)
0 Favorites   0 Comments

Color spaces of #c1ffdd

RGB 193255221
HSL0.411.000.88
HSV147°24°100°
CMYK 0.240.000.13   0.00
XYZ70.803588.077981.6756
Yxy88.07790.29430.3661
Hunter Lab93.8498-29.570714.0960
CIE-Lab95.1937-26.02889.9914

#c1ffdd color RGB value is (193,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111111 11011101
Octal 301 377 335
Decimal 193 255 221
Hex C1 FF DD

RGB Percentages of Color #c1ffdd

%28.85
%38.12
%33.03

CMYK Percentages of Color #c1ffdd

%24
%0
%13
%0

Triadic Colors of #c1ffdd

#c1ffdd #ddc1ff #ffddc1

Analogous Colors of #c1ffdd

#c1ffdd #c1fffc #c4ffc1

Monochromatic Colors of #c1ffdd

#c1ffdd

Complementary Color

#c1ffdd #ffc1e3

#c1ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ffdd Color CSS Codes

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

#c1ffdd Text Font Color

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

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


#c1ffdd Background Color

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

This div background color is #c1ffdd


#c1ffdd Border Color

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

This div border color is #c1ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.