Color Hex Logo

#c9fffe Color Hex

#C9FFFE
(201,255,254)
0 Favorites   0 Comments

Color spaces of #c9fffe

RGB 201255254
HSL0.501.000.89
HSV179°21°100°
CMYK 0.210.000.00   0.00
XYZ77.736891.0933107.2515
Yxy91.09330.28160.3300
Hunter Lab95.4428-21.63920.1843
CIE-Lab96.4484-17.1007-5.1194

#c9fffe color RGB value is (201,255,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111111 11111110
Octal 311 377 376
Decimal 201 255 254
Hex C9 FF FE

RGB Percentages of Color #c9fffe

%28.31
%35.92
%35.77

CMYK Percentages of Color #c9fffe

%21
%0
%0
%0

Triadic Colors of #c9fffe

#c9fffe #fec9ff #fffec9

Analogous Colors of #c9fffe

#c9fffe #c9e5ff #c9ffe3

Monochromatic Colors of #c9fffe

#c9fffe

Complementary Color

#c9fffe #ffc9ca

#c9fffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fffe Color CSS Codes

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

#c9fffe Text Font Color

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

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


#c9fffe Background Color

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

This div background color is #c9fffe


#c9fffe Border Color

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

This div border color is #c9fffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fffe

Related Colors

#c9fffe Color Palettes


Comments

No comments written yet.

Please login to write comment.