Color Hex Logo

#c9feeb Color Hex

#C9FEEB
(201,254,235)
0 Favorites   0 Comments

Color spaces of #c9feeb

RGB 201254235
HSL0.440.960.89
HSV158°21°100°
CMYK 0.210.000.07   0.00
XYZ74.524689.299391.9059
Yxy89.29930.29140.3492
Hunter Lab94.4983-24.60088.4853
CIE-Lab95.7054-20.42903.5827

#c9feeb color RGB value is (201,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111110 11101011
Octal 311 376 353
Decimal 201 254 235
Hex C9 FE EB

RGB Percentages of Color #c9feeb

%29.13
%36.81
%34.06

CMYK Percentages of Color #c9feeb

%21
%0
%7
%0

Triadic Colors of #c9feeb

#c9feeb #ebc9fe #feebc9

Analogous Colors of #c9feeb

#c9feeb #c9f7fe #c9fed1

Monochromatic Colors of #c9feeb

#c9feeb

Complementary Color

#c9feeb #fec9dc

#c9feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9feeb Color CSS Codes

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

#c9feeb Text Font Color

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

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


#c9feeb Background Color

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

This div background color is #c9feeb


#c9feeb Border Color

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

This div border color is #c9feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9feeb


Comments

No comments written yet.

Please login to write comment.