Color Hex Logo

#c1f5df Color Hex

#C1F5DF
(193,245,223)
0 Favorites   0 Comments

Color spaces of #c1f5df

RGB 193245223
HSL0.430.720.86
HSV155°21°96°
CMYK 0.210.000.09   0.04
XYZ67.964081.970082.0517
Yxy81.97000.29300.3533
Hunter Lab90.5373-24.44499.6430
CIE-Lab92.5616-20.82555.1747

#c1f5df color RGB value is (193,245,223).

#c1f5df hex color red value is 193, green value is 245 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c1f5df hue: 0.43 , saturation: 0.72 and the lightness value of c1f5df is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11110101 11011111
Octal 301 365 337
Decimal 193 245 223
Hex C1 F5 DF

RGB Percentages of Color #c1f5df

%29.20
%37.07
%33.74

CMYK Percentages of Color #c1f5df

%21
%0
%9
%4

Triadic Colors of #c1f5df

#c1f5df #dfc1f5 #f5dfc1

Analogous Colors of #c1f5df

#c1f5df #c1f1f5 #c1f5c5

Monochromatic Colors of #c1f5df

#c1f5df

Complementary Color

#c1f5df #f5c1d7

#c1f5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1f5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1f5df Color CSS Codes

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

#c1f5df Text Font Color

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

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


#c1f5df Background Color

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

This div background color is #c1f5df


#c1f5df Border Color

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

This div border color is #c1f5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1f5df


Comments

No comments written yet.

Please login to write comment.