Color Hex Logo

#b4da4b Color Hex

#B4DA4B
(180,218,75)
0 Favorites   0 Comments

Color spaces of #b4da4b

RGB 18021875
HSL0.210.660.57
HSV76°66°85°
CMYK 0.170.000.66   0.15
XYZ45.163860.354115.9257
Yxy60.35410.37190.4970
Hunter Lab77.6879-32.183042.2273
CIE-Lab82.0303-32.374263.6415

#b4da4b color RGB value is (180,218,75).

#b4da4b hex color red value is 180, green value is 218 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b4da4b hue: 0.21 , saturation: 0.66 and the lightness value of b4da4b is 0.57.

The process color (four color CMYK) of #b4da4b color hex is 0.17, 0.00, 0.66, 0.15. Web safe color of #b4da4b is #cccc33. Color #b4da4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 01001011
Octal 264 332 113
Decimal 180 218 75
Hex B4 DA 4B

RGB Percentages of Color #b4da4b

%38.05
%46.09
%15.86

CMYK Percentages of Color #b4da4b

%17
%0
%66
%15

Triadic Colors of #b4da4b

#b4da4b #4bb4da #da4bb4

Analogous Colors of #b4da4b

#b4da4b #6dda4b #dab94b

Monochromatic Colors of #b4da4b

#b4da4b

Complementary Color

#b4da4b #714bda

#b4da4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4da4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4da4b Color CSS Codes

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

#b4da4b Text Font Color

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

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


#b4da4b Background Color

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

This div background color is #b4da4b


#b4da4b Border Color

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

This div border color is #b4da4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4da4b


Comments

No comments written yet.

Please login to write comment.