Color Hex Logo

#c1ffdb Color Hex

#C1FFDB
(193,255,219)
0 Favorites   0 Comments

Color spaces of #c1ffdb

RGB 193255219
HSL0.401.000.88
HSV145°24°100°
CMYK 0.240.000.14   0.00
XYZ70.538587.971980.2803
Yxy87.97190.29540.3684
Hunter Lab93.7933-29.895114.9074
CIE-Lab95.1491-26.402710.9552

#c1ffdb color RGB value is (193,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111111 11011011
Octal 301 377 333
Decimal 193 255 219
Hex C1 FF DB

RGB Percentages of Color #c1ffdb

%28.94
%38.23
%32.83

CMYK Percentages of Color #c1ffdb

%24
%0
%14
%0

Triadic Colors of #c1ffdb

#c1ffdb #dbc1ff #ffdbc1

Analogous Colors of #c1ffdb

#c1ffdb #c1fffa #c6ffc1

Monochromatic Colors of #c1ffdb

#c1ffdb

Complementary Color

#c1ffdb #ffc1e5

#c1ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ffdb Color CSS Codes

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

#c1ffdb Text Font Color

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

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


#c1ffdb Background Color

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

This div background color is #c1ffdb


#c1ffdb Border Color

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

This div border color is #c1ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ffdb

#c1ffdb Color Palettes


Comments

No comments written yet.

Please login to write comment.