Color Hex Logo

#b9ecae Color Hex

#B9ECAE
(185,236,174)
0 Favorites   0 Comments

Color spaces of #b9ecae

RGB 185236174
HSL0.300.620.80
HSV109°26°93°
CMYK 0.220.000.26   0.07
XYZ57.643073.361251.1664
Yxy73.36120.31640.4027
Hunter Lab85.6512-29.759524.5371
CIE-Lab88.6197-27.720624.8879

#b9ecae color RGB value is (185,236,174).

#b9ecae hex color red value is 185, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b9ecae hue: 0.30 , saturation: 0.62 and the lightness value of b9ecae is 0.80.

The process color (four color CMYK) of #b9ecae color hex is 0.22, 0.00, 0.26, 0.07. Web safe color of #b9ecae is #ccff99. Color #b9ecae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 10101110
Octal 271 354 256
Decimal 185 236 174
Hex B9 EC AE

RGB Percentages of Color #b9ecae

%31.09
%39.66
%29.24

CMYK Percentages of Color #b9ecae

%22
%0
%26
%7

Triadic Colors of #b9ecae

#b9ecae #aeb9ec #ecaeb9

Analogous Colors of #b9ecae

#b9ecae #aeecc2 #d8ecae

Monochromatic Colors of #b9ecae

#b9ecae

Complementary Color

#b9ecae #e1aeec

#b9ecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ecae Color CSS Codes

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

#b9ecae Text Font Color

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

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


#b9ecae Background Color

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

This div background color is #b9ecae


#b9ecae Border Color

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

This div border color is #b9ecae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ecae

#b9ecae Color Palettes


Comments

No comments written yet.

Please login to write comment.