Color Hex Logo

#c9ebbc Color Hex

#C9EBBC
(201,235,188)
0 Favorites   0 Comments

Color spaces of #c9ebbc

RGB 201235188
HSL0.290.540.83
HSV103°20°92°
CMYK 0.140.000.20   0.08
XYZ62.872875.465058.8294
Yxy75.46500.31890.3827
Hunter Lab86.8706-22.833720.6578
CIE-Lab89.6104-19.560019.1917

#c9ebbc color RGB value is (201,235,188).

#c9ebbc hex color red value is 201, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c9ebbc hue: 0.29 , saturation: 0.54 and the lightness value of c9ebbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 10111100
Octal 311 353 274
Decimal 201 235 188
Hex C9 EB BC

RGB Percentages of Color #c9ebbc

%32.21
%37.66
%30.13

CMYK Percentages of Color #c9ebbc

%14
%0
%20
%8

Triadic Colors of #c9ebbc

#c9ebbc #bcc9eb #ebbcc9

Analogous Colors of #c9ebbc

#c9ebbc #bcebc7 #e1ebbc

Monochromatic Colors of #c9ebbc

#c9ebbc

Complementary Color

#c9ebbc #debceb

#c9ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebbc Color CSS Codes

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

#c9ebbc Text Font Color

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

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


#c9ebbc Background Color

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

This div background color is #c9ebbc


#c9ebbc Border Color

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

This div border color is #c9ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebbc


Comments

No comments written yet.

Please login to write comment.