Color Hex Logo

#b4eead Color Hex

#B4EEAD
(180,238,173)
0 Favorites   0 Comments

Color spaces of #b4eead

RGB 180238173
HSL0.320.660.81
HSV114°27°93°
CMYK 0.240.000.27   0.07
XYZ56.939873.869550.7924
Yxy73.86950.31350.4068
Hunter Lab85.9474-32.152325.1245
CIE-Lab88.8608-30.487825.6833

#b4eead color RGB value is (180,238,173).

#b4eead hex color red value is 180, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b4eead hue: 0.32 , saturation: 0.66 and the lightness value of b4eead is 0.81.

The process color (four color CMYK) of #b4eead color hex is 0.24, 0.00, 0.27, 0.07. Web safe color of #b4eead is #ccff99. Color #b4eead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101110 10101101
Octal 264 356 255
Decimal 180 238 173
Hex B4 EE AD

RGB Percentages of Color #b4eead

%30.46
%40.27
%29.27

CMYK Percentages of Color #b4eead

%24
%0
%27
%7

Triadic Colors of #b4eead

#b4eead #adb4ee #eeadb4

Analogous Colors of #b4eead

#b4eead #adeec7 #d5eead

Monochromatic Colors of #b4eead

#b4eead

Complementary Color

#b4eead #e7adee

#b4eead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eead Color CSS Codes

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

#b4eead Text Font Color

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

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


#b4eead Background Color

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

This div background color is #b4eead


#b4eead Border Color

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

This div border color is #b4eead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,238,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eead


Comments

No comments written yet.

Please login to write comment.