Color Hex Logo

#b9ebcc Color Hex

#B9EBCC
(185,235,204)
0 Favorites   0 Comments

Color spaces of #b9ebcc

RGB 185235204
HSL0.400.560.82
HSV143°21°92°
CMYK 0.210.000.13   0.08
XYZ60.615074.090668.2329
Yxy74.09060.29870.3651
Hunter Lab86.0759-24.932413.2536
CIE-Lab88.9653-22.05819.8255

#b9ebcc color RGB value is (185,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101011 11001100
Octal 271 353 314
Decimal 185 235 204
Hex B9 EB CC

RGB Percentages of Color #b9ebcc

%29.65
%37.66
%32.69

CMYK Percentages of Color #b9ebcc

%21
%0
%13
%8

Triadic Colors of #b9ebcc

#b9ebcc #ccb9eb #ebccb9

Analogous Colors of #b9ebcc

#b9ebcc #b9ebe5 #bfebb9

Monochromatic Colors of #b9ebcc

#b9ebcc

Complementary Color

#b9ebcc #ebb9d8

#b9ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ebcc Color CSS Codes

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

#b9ebcc Text Font Color

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

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


#b9ebcc Background Color

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

This div background color is #b9ebcc


#b9ebcc Border Color

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

This div border color is #b9ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ebcc


Comments

No comments written yet.

Please login to write comment.