Color Hex Logo

#c9fbda Color Hex

#C9FBDA
(201,251,218)
0 Favorites   0 Comments

Color spaces of #c9fbda

RGB 201251218
HSL0.390.860.89
HSV140°20°98°
CMYK 0.200.000.13   0.02
XYZ71.239586.473879.2661
Yxy86.47380.30060.3649
Hunter Lab92.9913-25.988114.5549
CIE-Lab94.5146-22.172910.6252

#c9fbda color RGB value is (201,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111011 11011010
Octal 311 373 332
Decimal 201 251 218
Hex C9 FB DA

RGB Percentages of Color #c9fbda

%30.00
%37.46
%32.54

CMYK Percentages of Color #c9fbda

%20
%0
%13
%2

Triadic Colors of #c9fbda

#c9fbda #dac9fb #fbdac9

Analogous Colors of #c9fbda

#c9fbda #c9fbf3 #d1fbc9

Monochromatic Colors of #c9fbda

#c9fbda

Complementary Color

#c9fbda #fbc9ea

#c9fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fbda Color CSS Codes

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

#c9fbda Text Font Color

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

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


#c9fbda Background Color

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

This div background color is #c9fbda


#c9fbda Border Color

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

This div border color is #c9fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fbda

Related Colors


Comments

No comments written yet.

Please login to write comment.