Color Hex Logo

#b8d79a Color Hex

#B8D79A
(184,215,154)
0 Favorites   0 Comments

Color spaces of #b8d79a

RGB 184215154
HSL0.250.430.72
HSV90°28°84°
CMYK 0.140.000.28   0.16
XYZ49.900361.124339.7400
Yxy61.12430.33100.4054
Hunter Lab78.1820-22.889524.5903
CIE-Lab82.4455-20.975326.8050

#b8d79a color RGB value is (184,215,154).

#b8d79a hex color red value is 184, green value is 215 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b8d79a hue: 0.25 , saturation: 0.43 and the lightness value of b8d79a is 0.72.

The process color (four color CMYK) of #b8d79a color hex is 0.14, 0.00, 0.28, 0.16. Web safe color of #b8d79a is #cccc99. Color #b8d79a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11010111 10011010
Octal 270 327 232
Decimal 184 215 154
Hex B8 D7 9A

RGB Percentages of Color #b8d79a

%33.27
%38.88
%27.85

CMYK Percentages of Color #b8d79a

%14
%0
%28
%16

Triadic Colors of #b8d79a

#b8d79a #9ab8d7 #d79ab8

Analogous Colors of #b8d79a

#b8d79a #9ad79b #d7d79a

Monochromatic Colors of #b8d79a

#b8d79a

Complementary Color

#b8d79a #b99ad7

#b8d79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8d79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8d79a Color CSS Codes

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

#b8d79a Text Font Color

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

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


#b8d79a Background Color

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

This div background color is #b8d79a


#b8d79a Border Color

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

This div border color is #b8d79a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,215,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8d79a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8d79a;
  -webkit-box-shadow: 1px 1px 3px 2px #b8d79a;
  box-shadow:         1px 1px 3px 2px #b8d79a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,215,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8d79a


Comments

No comments written yet.

Please login to write comment.