Color Hex Logo

#b4db2f Color Hex

#B4DB2F
(180,219,47)
0 Favorites   0 Comments

Color spaces of #b4db2f

RGB 18021947
HSL0.200.700.52
HSV74°79°86°
CMYK 0.180.000.79   0.14
XYZ44.667060.571612.0266
Yxy60.57160.38090.5165
Hunter Lab77.8278-33.753645.3174
CIE-Lab82.1479-34.317073.2604

#b4db2f color RGB value is (180,219,47).

#b4db2f hex color red value is 180, green value is 219 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b4db2f hue: 0.20 , saturation: 0.70 and the lightness value of b4db2f is 0.52.

The process color (four color CMYK) of #b4db2f color hex is 0.18, 0.00, 0.79, 0.14. Web safe color of #b4db2f is #cccc33. Color #b4db2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011011 00101111
Octal 264 333 57
Decimal 180 219 47
Hex B4 DB 2F

RGB Percentages of Color #b4db2f

%40.36
%49.10
%10.54

CMYK Percentages of Color #b4db2f

%18
%0
%79
%14

Triadic Colors of #b4db2f

#b4db2f #2fb4db #db2fb4

Analogous Colors of #b4db2f

#b4db2f #5edb2f #dbac2f

Monochromatic Colors of #b4db2f

#b4db2f

Complementary Color

#b4db2f #562fdb

#b4db2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4db2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4db2f Color CSS Codes

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

#b4db2f Text Font Color

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

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


#b4db2f Background Color

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

This div background color is #b4db2f


#b4db2f Border Color

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

This div border color is #b4db2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4db2f


Comments

No comments written yet.

Please login to write comment.