Color Hex Logo

#bada1d Color Hex

#BADA1D
(186,218,29)
0 Favorites   0 Comments

Color spaces of #bada1d

RGB 18621829
HSL0.190.770.48
HSV70°87°85°
CMYK 0.150.000.87   0.15
XYZ45.542960.670610.4726
Yxy60.67060.39030.5199
Hunter Lab77.8913-31.941346.5523
CIE-Lab82.2013-32.022977.6776

#bada1d color RGB value is (186,218,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 00011101
Octal 272 332 35
Decimal 186 218 29
Hex BA DA 1D

RGB Percentages of Color #bada1d

%42.96
%50.35
%6.70

CMYK Percentages of Color #bada1d

%15
%0
%87
%15

Triadic Colors of #bada1d

#bada1d #1dbada #da1dba

Analogous Colors of #bada1d

#bada1d #5cda1d #da9c1d

Monochromatic Colors of #bada1d

#bada1d

Complementary Color

#bada1d #3d1dda

#bada1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada1d Color CSS Codes

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

#bada1d Text Font Color

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

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


#bada1d Background Color

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

This div background color is #bada1d


#bada1d Border Color

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

This div border color is #bada1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,218,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 #bada1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada1d


Comments

No comments written yet.

Please login to write comment.