Color Hex Logo

#c1fddf Color Hex

#C1FDDF
(193,253,223)
0 Favorites   0 Comments

Color spaces of #c1fddf

RGB 193253223
HSL0.420.940.87
HSV150°24°99°
CMYK 0.240.000.12   0.01
XYZ70.436986.915782.8760
Yxy86.91570.29320.3618
Hunter Lab93.2286-28.288112.5539
CIE-Lab94.7025-24.69518.2585

#c1fddf color RGB value is (193,253,223).

#c1fddf hex color red value is 193, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c1fddf hue: 0.42 , saturation: 0.94 and the lightness value of c1fddf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111101 11011111
Octal 301 375 337
Decimal 193 253 223
Hex C1 FD DF

RGB Percentages of Color #c1fddf

%28.85
%37.82
%33.33

CMYK Percentages of Color #c1fddf

%24
%0
%12
%1

Triadic Colors of #c1fddf

#c1fddf #dfc1fd #fddfc1

Analogous Colors of #c1fddf

#c1fddf #c1fdfd #c1fdc1

Monochromatic Colors of #c1fddf

#c1fddf

Complementary Color

#c1fddf #fdc1df

#c1fddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fddf Color CSS Codes

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

#c1fddf Text Font Color

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

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


#c1fddf Background Color

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

This div background color is #c1fddf


#c1fddf Border Color

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

This div border color is #c1fddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fddf


Comments

No comments written yet.

Please login to write comment.