Color Hex Logo

#b9eaae Color Hex

#B9EAAE
(185,234,174)
0 Favorites   0 Comments

Color spaces of #b9eaae

RGB 185234174
HSL0.300.590.80
HSV109°26°92°
CMYK 0.210.000.26   0.08
XYZ57.070472.215950.9755
Yxy72.21590.31660.4006
Hunter Lab84.9799-28.838823.9207
CIE-Lab88.0724-26.767624.1379

#b9eaae color RGB value is (185,234,174).

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

The process color (four color CMYK) of #b9eaae color hex is 0.21, 0.00, 0.26, 0.08. Web safe color of #b9eaae is #ccff99. Color #b9eaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101010 10101110
Octal 271 352 256
Decimal 185 234 174
Hex B9 EA AE

RGB Percentages of Color #b9eaae

%31.20
%39.46
%29.34

CMYK Percentages of Color #b9eaae

%21
%0
%26
%8

Triadic Colors of #b9eaae

#b9eaae #aeb9ea #eaaeb9

Analogous Colors of #b9eaae

#b9eaae #aeeac1 #d7eaae

Monochromatic Colors of #b9eaae

#b9eaae

Complementary Color

#b9eaae #dfaeea

#b9eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eaae Color CSS Codes

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

#b9eaae Text Font Color

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

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


#b9eaae Background Color

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

This div background color is #b9eaae


#b9eaae Border Color

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

This div border color is #b9eaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eaae


Comments

No comments written yet.

Please login to write comment.