Color Hex Logo

#c1ffda Color Hex

#C1FFDA
(193,255,218)
0 Favorites   0 Comments

Color spaces of #c1ffda

RGB 193255218
HSL0.401.000.88
HSV144°24°100°
CMYK 0.240.000.15   0.00
XYZ70.407287.919479.5890
Yxy87.91940.29590.3695
Hunter Lab93.7653-30.056015.3098
CIE-Lab95.1270-26.588411.4372

#c1ffda color RGB value is (193,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111111 11011010
Octal 301 377 332
Decimal 193 255 218
Hex C1 FF DA

RGB Percentages of Color #c1ffda

%28.98
%38.29
%32.73

CMYK Percentages of Color #c1ffda

%24
%0
%15
%0

Triadic Colors of #c1ffda

#c1ffda #dac1ff #ffdac1

Analogous Colors of #c1ffda

#c1ffda #c1fff9 #c7ffc1

Monochromatic Colors of #c1ffda

#c1ffda

Complementary Color

#c1ffda #ffc1e6

#c1ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ffda Color CSS Codes

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

#c1ffda Text Font Color

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

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


#c1ffda Background Color

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

This div background color is #c1ffda


#c1ffda Border Color

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

This div border color is #c1ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ffda

Related Colors


Comments

No comments written yet.

Please login to write comment.