Color Hex Logo

#c9fbee Color Hex

#C9FBEE
(201,251,238)
0 Favorites   0 Comments

Color spaces of #c9fbee

RGB 201251238
HSL0.460.860.89
HSV164°20°98°
CMYK 0.200.000.05   0.02
XYZ74.017287.584993.8934
Yxy87.58490.28970.3428
Hunter Lab93.5868-22.60246.0265
CIE-Lab94.9859-18.37660.9894

#c9fbee color RGB value is (201,251,238).

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

The process color (four color CMYK) of #c9fbee color hex is 0.20, 0.00, 0.05, 0.02. Web safe color of #c9fbee is #ccffff. Color #c9fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111011 11101110
Octal 311 373 356
Decimal 201 251 238
Hex C9 FB EE

RGB Percentages of Color #c9fbee

%29.13
%36.38
%34.49

CMYK Percentages of Color #c9fbee

%20
%0
%5
%2

Triadic Colors of #c9fbee

#c9fbee #eec9fb #fbeec9

Analogous Colors of #c9fbee

#c9fbee #c9effb #c9fbd5

Monochromatic Colors of #c9fbee

#c9fbee

Complementary Color

#c9fbee #fbc9d6

#c9fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fbee Color CSS Codes

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

#c9fbee Text Font Color

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

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


#c9fbee Background Color

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

This div background color is #c9fbee


#c9fbee Border Color

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

This div border color is #c9fbee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,251,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fbee


Comments

No comments written yet.

Please login to write comment.