Color Hex Logo

#badb1d Color Hex

#BADB1D
(186,219,29)
0 Favorites   0 Comments

Color spaces of #badb1d

RGB 18621929
HSL0.200.770.49
HSV70°87°86°
CMYK 0.150.000.87   0.14
XYZ45.803061.190810.5593
Yxy61.19080.38960.5205
Hunter Lab78.2245-32.375446.7538
CIE-Lab82.4812-32.485877.9080

#badb1d color RGB value is (186,219,29).

#badb1d hex color red value is 186, green value is 219 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #badb1d hue: 0.20 , saturation: 0.77 and the lightness value of badb1d is 0.49.

The process color (four color CMYK) of #badb1d color hex is 0.15, 0.00, 0.87, 0.14. Web safe color of #badb1d is #cccc33. Color #badb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 00011101
Octal 272 333 35
Decimal 186 219 29
Hex BA DB 1D

RGB Percentages of Color #badb1d

%42.86
%50.46
%6.68

CMYK Percentages of Color #badb1d

%15
%0
%87
%14

Triadic Colors of #badb1d

#badb1d #1dbadb #db1dba

Analogous Colors of #badb1d

#badb1d #5bdb1d #db9d1d

Monochromatic Colors of #badb1d

#badb1d

Complementary Color

#badb1d #3e1ddb

#badb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb1d Color CSS Codes

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

#badb1d Text Font Color

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

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


#badb1d Background Color

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

This div background color is #badb1d


#badb1d Border Color

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

This div border color is #badb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb1d


Comments

No comments written yet.

Please login to write comment.