Color Hex Logo

#c9ebbf Color Hex

#C9EBBF
(201,235,191)
0 Favorites   0 Comments

Color spaces of #c9ebbf

RGB 201235191
HSL0.300.520.84
HSV106°19°92°
CMYK 0.140.000.19   0.08
XYZ63.199775.595860.5507
Yxy75.59580.31700.3792
Hunter Lab86.9458-22.406119.5714
CIE-Lab89.6713-19.069117.7234

#c9ebbf color RGB value is (201,235,191).

#c9ebbf hex color red value is 201, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c9ebbf hue: 0.30 , saturation: 0.52 and the lightness value of c9ebbf is 0.84.

The process color (four color CMYK) of #c9ebbf color hex is 0.14, 0.00, 0.19, 0.08. Web safe color of #c9ebbf is #ccffcc. Color #c9ebbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 10111111
Octal 311 353 277
Decimal 201 235 191
Hex C9 EB BF

RGB Percentages of Color #c9ebbf

%32.06
%37.48
%30.46

CMYK Percentages of Color #c9ebbf

%14
%0
%19
%8

Triadic Colors of #c9ebbf

#c9ebbf #bfc9eb #ebbfc9

Analogous Colors of #c9ebbf

#c9ebbf #bfebcb #dfebbf

Monochromatic Colors of #c9ebbf

#c9ebbf

Complementary Color

#c9ebbf #e1bfeb

#c9ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebbf Color CSS Codes

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

#c9ebbf Text Font Color

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

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


#c9ebbf Background Color

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

This div background color is #c9ebbf


#c9ebbf Border Color

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

This div border color is #c9ebbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,235,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 #c9ebbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebbf


Comments

No comments written yet.

Please login to write comment.