Color Hex Logo

#c9febf Color Hex

#C9FEBF
(201,254,191)
0 Favorites   0 Comments

Color spaces of #c9febf

RGB 201254191
HSL0.310.970.87
HSV110°25°100°
CMYK 0.210.000.25   0.00
XYZ68.933287.062762.4618
Yxy87.06270.31550.3985
Hunter Lab93.3074-31.416525.6253
CIE-Lab94.7649-28.206924.7929

#c9febf color RGB value is (201,254,191).

#c9febf hex color red value is 201, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c9febf hue: 0.31 , saturation: 0.97 and the lightness value of c9febf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111110 10111111
Octal 311 376 277
Decimal 201 254 191
Hex C9 FE BF

RGB Percentages of Color #c9febf

%31.11
%39.32
%29.57

CMYK Percentages of Color #c9febf

%21
%0
%25
%0

Triadic Colors of #c9febf

#c9febf #bfc9fe #febfc9

Analogous Colors of #c9febf

#c9febf #bffed5 #e9febf

Monochromatic Colors of #c9febf

#c9febf

Complementary Color

#c9febf #f4bffe

#c9febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9febf Color CSS Codes

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

#c9febf Text Font Color

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

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


#c9febf Background Color

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

This div background color is #c9febf


#c9febf Border Color

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

This div border color is #c9febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9febf

#c9febf Color Palettes


Comments

No comments written yet.

Please login to write comment.