Color Hex Logo

#b6eaae Color Hex

#B6EAAE
(182,234,174)
0 Favorites   0 Comments

Color spaces of #b6eaae

RGB 182234174
HSL0.310.590.80
HSV112°26°92°
CMYK 0.220.000.26   0.08
XYZ56.354271.846750.9420
Yxy71.84670.31460.4011
Hunter Lab84.7624-29.658723.7006
CIE-Lab87.8947-27.773823.8656

#b6eaae color RGB value is (182,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 10101110
Octal 266 352 256
Decimal 182 234 174
Hex B6 EA AE

RGB Percentages of Color #b6eaae

%30.85
%39.66
%29.49

CMYK Percentages of Color #b6eaae

%22
%0
%26
%8

Triadic Colors of #b6eaae

#b6eaae #aeb6ea #eaaeb6

Analogous Colors of #b6eaae

#b6eaae #aeeac4 #d4eaae

Monochromatic Colors of #b6eaae

#b6eaae

Complementary Color

#b6eaae #e2aeea

#b6eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eaae Color CSS Codes

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

#b6eaae Text Font Color

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

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


#b6eaae Background Color

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

This div background color is #b6eaae


#b6eaae Border Color

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

This div border color is #b6eaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eaae


Comments

No comments written yet.

Please login to write comment.