Color Hex Logo

#b9e9cc Color Hex

#B9E9CC
(185,233,204)
0 Favorites   0 Comments

Color spaces of #b9e9cc

RGB 185233204
HSL0.400.520.82
HSV144°21°91°
CMYK 0.210.000.12   0.09
XYZ60.045672.951768.0431
Yxy72.95170.29870.3629
Hunter Lab85.4118-23.982712.5550
CIE-Lab88.4247-21.07979.0523

#b9e9cc color RGB value is (185,233,204).

#b9e9cc hex color red value is 185, green value is 233 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b9e9cc hue: 0.40 , saturation: 0.52 and the lightness value of b9e9cc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101001 11001100
Octal 271 351 314
Decimal 185 233 204
Hex B9 E9 CC

RGB Percentages of Color #b9e9cc

%29.74
%37.46
%32.80

CMYK Percentages of Color #b9e9cc

%21
%0
%12
%9

Triadic Colors of #b9e9cc

#b9e9cc #ccb9e9 #e9ccb9

Analogous Colors of #b9e9cc

#b9e9cc #b9e9e4 #bee9b9

Monochromatic Colors of #b9e9cc

#b9e9cc

Complementary Color

#b9e9cc #e9b9d6

#b9e9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e9cc Color CSS Codes

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

#b9e9cc Text Font Color

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

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


#b9e9cc Background Color

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

This div background color is #b9e9cc


#b9e9cc Border Color

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

This div border color is #b9e9cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,233,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9e9cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9e9cc;
  -webkit-box-shadow: 1px 1px 3px 2px #b9e9cc;
  box-shadow:         1px 1px 3px 2px #b9e9cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,233,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e9cc


Comments

No comments written yet.

Please login to write comment.