Color Hex Logo

#b4eaaf Color Hex

#B4EAAF
(180,234,175)
0 Favorites   0 Comments

Color spaces of #b4eaaf

RGB 180234175
HSL0.320.580.80
HSV115°25°92°
CMYK 0.230.000.25   0.08
XYZ55.983171.644151.4355
Yxy71.64410.31260.4001
Hunter Lab84.6428-30.064423.2208
CIE-Lab87.7970-28.276623.1973

#b4eaaf color RGB value is (180,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101010 10101111
Octal 264 352 257
Decimal 180 234 175
Hex B4 EA AF

RGB Percentages of Color #b4eaaf

%30.56
%39.73
%29.71

CMYK Percentages of Color #b4eaaf

%23
%0
%25
%8

Triadic Colors of #b4eaaf

#b4eaaf #afb4ea #eaafb4

Analogous Colors of #b4eaaf

#b4eaaf #afeac8 #d2eaaf

Monochromatic Colors of #b4eaaf

#b4eaaf

Complementary Color

#b4eaaf #e5afea

#b4eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eaaf Color CSS Codes

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

#b4eaaf Text Font Color

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

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


#b4eaaf Background Color

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

This div background color is #b4eaaf


#b4eaaf Border Color

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

This div border color is #b4eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eaaf


Comments

No comments written yet.

Please login to write comment.