Color Hex Logo

#c1fcda Color Hex

#C1FCDA
(193,252,218)
0 Favorites   0 Comments

Color spaces of #c1fcda

RGB 193252218
HSL0.400.910.87
HSV145°23°99°
CMYK 0.230.000.13   0.01
XYZ69.457686.020279.2724
Yxy86.02020.29590.3664
Hunter Lab92.7471-28.630014.2468
CIE-Lab94.3210-25.157410.2867

#c1fcda color RGB value is (193,252,218).

#c1fcda hex color red value is 193, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c1fcda hue: 0.40 , saturation: 0.91 and the lightness value of c1fcda is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111100 11011010
Octal 301 374 332
Decimal 193 252 218
Hex C1 FC DA

RGB Percentages of Color #c1fcda

%29.11
%38.01
%32.88

CMYK Percentages of Color #c1fcda

%23
%0
%13
%1

Triadic Colors of #c1fcda

#c1fcda #dac1fc #fcdac1

Analogous Colors of #c1fcda

#c1fcda #c1fcf8 #c6fcc1

Monochromatic Colors of #c1fcda

#c1fcda

Complementary Color

#c1fcda #fcc1e3

#c1fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fcda Color CSS Codes

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

#c1fcda Text Font Color

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

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


#c1fcda Background Color

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

This div background color is #c1fcda


#c1fcda Border Color

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

This div border color is #c1fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fcda


Comments

No comments written yet.

Please login to write comment.