Color Hex Logo

#b8df5a Color Hex

#B8DF5A
(184,223,90)
0 Favorites   0 Comments

Color spaces of #b8df5a

RGB 18422390
HSL0.220.680.61
HSV78°60°87°
CMYK 0.170.000.60   0.13
XYZ48.000363.703919.4391
Yxy63.70390.36600.4858
Hunter Lab79.8147-32.326541.4301
CIE-Lab83.8114-32.048459.4721

#b8df5a color RGB value is (184,223,90).

#b8df5a hex color red value is 184, green value is 223 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b8df5a hue: 0.22 , saturation: 0.68 and the lightness value of b8df5a is 0.61.

The process color (four color CMYK) of #b8df5a color hex is 0.17, 0.00, 0.60, 0.13. Web safe color of #b8df5a is #cccc66. Color #b8df5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 01011010
Octal 270 337 132
Decimal 184 223 90
Hex B8 DF 5A

RGB Percentages of Color #b8df5a

%37.02
%44.87
%18.11

CMYK Percentages of Color #b8df5a

%17
%0
%60
%13

Triadic Colors of #b8df5a

#b8df5a #5ab8df #df5ab8

Analogous Colors of #b8df5a

#b8df5a #76df5a #dfc45a

Monochromatic Colors of #b8df5a

#b8df5a

Complementary Color

#b8df5a #815adf

#b8df5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8df5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8df5a Color CSS Codes

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

#b8df5a Text Font Color

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

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


#b8df5a Background Color

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

This div background color is #b8df5a


#b8df5a Border Color

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

This div border color is #b8df5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8df5a


Comments

No comments written yet.

Please login to write comment.