Color Hex Logo

#c9feed Color Hex

#C9FEED
(201,254,237)
0 Favorites   0 Comments

Color spaces of #c9feed

RGB 201254237
HSL0.450.960.89
HSV161°21°100°
CMYK 0.210.000.07   0.00
XYZ74.815389.415693.4365
Yxy89.41560.29040.3470
Hunter Lab94.5598-24.25137.6062
CIE-Lab95.7538-20.03922.6228

#c9feed color RGB value is (201,254,237).

#c9feed hex color red value is 201, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c9feed hue: 0.45 , saturation: 0.96 and the lightness value of c9feed is 0.89.

The process color (four color CMYK) of #c9feed color hex is 0.21, 0.00, 0.07, 0.00. Web safe color of #c9feed is #ccffff. Color #c9feed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111110 11101101
Octal 311 376 355
Decimal 201 254 237
Hex C9 FE ED

RGB Percentages of Color #c9feed

%29.05
%36.71
%34.25

CMYK Percentages of Color #c9feed

%21
%0
%7
%0

Triadic Colors of #c9feed

#c9feed #edc9fe #feedc9

Analogous Colors of #c9feed

#c9feed #c9f5fe #c9fed3

Monochromatic Colors of #c9feed

#c9feed

Complementary Color

#c9feed #fec9da

#c9feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9feed Color CSS Codes

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

#c9feed Text Font Color

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

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


#c9feed Background Color

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

This div background color is #c9feed


#c9feed Border Color

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

This div border color is #c9feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9feed


Comments

No comments written yet.

Please login to write comment.