Color Hex Logo

#b5eaaf Color Hex

#B5EAAF
(181,234,175)
0 Favorites   0 Comments

Color spaces of #b5eaaf

RGB 181234175
HSL0.320.580.80
HSV114°25°92°
CMYK 0.230.000.25   0.08
XYZ56.216771.764551.4464
Yxy71.76450.31330.4000
Hunter Lab84.7139-29.795623.2932
CIE-Lab87.8551-27.944923.2865

#b5eaaf color RGB value is (181,234,175).

#b5eaaf hex color red value is 181, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b5eaaf hue: 0.32 , saturation: 0.58 and the lightness value of b5eaaf is 0.80.

The process color (four color CMYK) of #b5eaaf color hex is 0.23, 0.00, 0.25, 0.08. Web safe color of #b5eaaf is #ccff99. Color #b5eaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101010 10101111
Octal 265 352 257
Decimal 181 234 175
Hex B5 EA AF

RGB Percentages of Color #b5eaaf

%30.68
%39.66
%29.66

CMYK Percentages of Color #b5eaaf

%23
%0
%25
%8

Triadic Colors of #b5eaaf

#b5eaaf #afb5ea #eaafb5

Analogous Colors of #b5eaaf

#b5eaaf #afeac7 #d3eaaf

Monochromatic Colors of #b5eaaf

#b5eaaf

Complementary Color

#b5eaaf #e4afea

#b5eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eaaf Color CSS Codes

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

#b5eaaf Text Font Color

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

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


#b5eaaf Background Color

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

This div background color is #b5eaaf


#b5eaaf Border Color

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

This div border color is #b5eaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,234,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eaaf


Comments

No comments written yet.

Please login to write comment.