Color Hex Logo

#b8d66a Color Hex

#B8D66A
(184,214,106)
0 Favorites   0 Comments

Color spaces of #b8d66a

RGB 184214106
HSL0.210.570.63
HSV77°50°84°
CMYK 0.140.000.50   0.16
XYZ46.415359.324122.6400
Yxy59.32410.36150.4621
Hunter Lab77.0221-27.220636.4877
CIE-Lab81.4694-26.385549.5642

#b8d66a color RGB value is (184,214,106).

#b8d66a hex color red value is 184, green value is 214 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b8d66a hue: 0.21 , saturation: 0.57 and the lightness value of b8d66a is 0.63.

The process color (four color CMYK) of #b8d66a color hex is 0.14, 0.00, 0.50, 0.16. Web safe color of #b8d66a is #cccc66. Color #b8d66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11010110 01101010
Octal 270 326 152
Decimal 184 214 106
Hex B8 D6 6A

RGB Percentages of Color #b8d66a

%36.51
%42.46
%21.03

CMYK Percentages of Color #b8d66a

%14
%0
%50
%16

Triadic Colors of #b8d66a

#b8d66a #6ab8d6 #d66ab8

Analogous Colors of #b8d66a

#b8d66a #82d66a #d6be6a

Monochromatic Colors of #b8d66a

#b8d66a

Complementary Color

#b8d66a #886ad6

#b8d66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8d66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8d66a Color CSS Codes

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

#b8d66a Text Font Color

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

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


#b8d66a Background Color

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

This div background color is #b8d66a


#b8d66a Border Color

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

This div border color is #b8d66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8d66a


Comments

No comments written yet.

Please login to write comment.