Color Hex Logo

#c1ffdc Color Hex

#C1FFDC
(193,255,220)
0 Favorites   0 Comments

Color spaces of #c1ffdc

RGB 193255220
HSL0.411.000.88
HSV146°24°100°
CMYK 0.240.000.14   0.00
XYZ70.670688.024880.9759
Yxy88.02480.29490.3673
Hunter Lab93.8215-29.733514.5028
CIE-Lab95.1714-26.216310.4733

#c1ffdc color RGB value is (193,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111111 11011100
Octal 301 377 334
Decimal 193 255 220
Hex C1 FF DC

RGB Percentages of Color #c1ffdc

%28.89
%38.17
%32.93

CMYK Percentages of Color #c1ffdc

%24
%0
%14
%0

Triadic Colors of #c1ffdc

#c1ffdc #dcc1ff #ffdcc1

Analogous Colors of #c1ffdc

#c1ffdc #c1fffb #c5ffc1

Monochromatic Colors of #c1ffdc

#c1ffdc

Complementary Color

#c1ffdc #ffc1e4

#c1ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ffdc Color CSS Codes

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

#c1ffdc Text Font Color

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

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


#c1ffdc Background Color

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

This div background color is #c1ffdc


#c1ffdc Border Color

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

This div border color is #c1ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ffdc

Related Colors

#c1ffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.