Color Hex Logo

#b4d87d Color Hex

#B4D87D
(180,216,125)
0 Favorites   0 Comments

Color spaces of #b4d87d

RGB 180216125
HSL0.230.540.67
HSV84°42°85°
CMYK 0.170.000.42   0.15
XYZ47.079960.295728.5589
Yxy60.29570.34630.4436
Hunter Lab77.6503-27.662332.5490
CIE-Lab81.9987-26.796440.9395

#b4d87d color RGB value is (180,216,125).

#b4d87d hex color red value is 180, green value is 216 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b4d87d hue: 0.23 , saturation: 0.54 and the lightness value of b4d87d is 0.67.

The process color (four color CMYK) of #b4d87d color hex is 0.17, 0.00, 0.42, 0.15. Web safe color of #b4d87d is #cccc66. Color #b4d87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011000 01111101
Octal 264 330 175
Decimal 180 216 125
Hex B4 D8 7D

RGB Percentages of Color #b4d87d

%34.55
%41.46
%23.99

CMYK Percentages of Color #b4d87d

%17
%0
%42
%15

Triadic Colors of #b4d87d

#b4d87d #7db4d8 #d87db4

Analogous Colors of #b4d87d

#b4d87d #87d87d #d8cf7d

Monochromatic Colors of #b4d87d

#b4d87d

Complementary Color

#b4d87d #a17dd8

#b4d87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d87d Color CSS Codes

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

#b4d87d Text Font Color

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

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


#b4d87d Background Color

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

This div background color is #b4d87d


#b4d87d Border Color

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

This div border color is #b4d87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d87d


Comments

No comments written yet.

Please login to write comment.