Color Hex Logo

#c9fbdb Color Hex

#C9FBDB
(201,251,219)
0 Favorites   0 Comments

Color spaces of #c9fbdb

RGB 201251219
HSL0.390.860.89
HSV142°20°98°
CMYK 0.200.000.13   0.02
XYZ71.370886.526379.9574
Yxy86.52630.30010.3638
Hunter Lab93.0195-25.827014.1494
CIE-Lab94.5369-21.990410.1423

#c9fbdb color RGB value is (201,251,219).

#c9fbdb hex color red value is 201, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c9fbdb hue: 0.39 , saturation: 0.86 and the lightness value of c9fbdb is 0.89.

The process color (four color CMYK) of #c9fbdb color hex is 0.20, 0.00, 0.13, 0.02. Web safe color of #c9fbdb is #ccffcc. Color #c9fbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111011 11011011
Octal 311 373 333
Decimal 201 251 219
Hex C9 FB DB

RGB Percentages of Color #c9fbdb

%29.96
%37.41
%32.64

CMYK Percentages of Color #c9fbdb

%20
%0
%13
%2

Triadic Colors of #c9fbdb

#c9fbdb #dbc9fb #fbdbc9

Analogous Colors of #c9fbdb

#c9fbdb #c9fbf4 #d0fbc9

Monochromatic Colors of #c9fbdb

#c9fbdb

Complementary Color

#c9fbdb #fbc9e9

#c9fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fbdb Color CSS Codes

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

#c9fbdb Text Font Color

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

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


#c9fbdb Background Color

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

This div background color is #c9fbdb


#c9fbdb Border Color

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

This div border color is #c9fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fbdb


Comments

No comments written yet.

Please login to write comment.