Color Hex Logo

#c1f9db Color Hex

#C1F9DB
(193,249,219)
0 Favorites   0 Comments

Color spaces of #c1f9db

RGB 193249219
HSL0.410.820.87
HSV148°22°98°
CMYK 0.220.000.12   0.02
XYZ68.654284.203379.6522
Yxy84.20330.29530.3621
Hunter Lab91.7624-27.035112.7683
CIE-Lab93.5387-23.52878.6511

#c1f9db color RGB value is (193,249,219).

#c1f9db hex color red value is 193, green value is 249 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c1f9db hue: 0.41 , saturation: 0.82 and the lightness value of c1f9db is 0.87.

The process color (four color CMYK) of #c1f9db color hex is 0.22, 0.00, 0.12, 0.02. Web safe color of #c1f9db is #ccffcc. Color #c1f9db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111001 11011011
Octal 301 371 333
Decimal 193 249 219
Hex C1 F9 DB

RGB Percentages of Color #c1f9db

%29.20
%37.67
%33.13

CMYK Percentages of Color #c1f9db

%22
%0
%12
%2

Triadic Colors of #c1f9db

#c1f9db #dbc1f9 #f9dbc1

Analogous Colors of #c1f9db

#c1f9db #c1f9f7 #c3f9c1

Monochromatic Colors of #c1f9db

#c1f9db

Complementary Color

#c1f9db #f9c1df

#c1f9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1f9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1f9db Color CSS Codes

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

#c1f9db Text Font Color

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

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


#c1f9db Background Color

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

This div background color is #c1f9db


#c1f9db Border Color

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

This div border color is #c1f9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1f9db

Related Colors


Comments

No comments written yet.

Please login to write comment.