Color Hex Logo

#badb36 Color Hex

#BADB36
(186,219,54)
0 Favorites   0 Comments

Color spaces of #badb36

RGB 18621954
HSL0.200.700.54
HSV72°75°86°
CMYK 0.150.000.75   0.14
XYZ46.247161.368512.8979
Yxy61.36850.38380.5092
Hunter Lab78.3380-31.713645.0749
CIE-Lab82.5764-31.633471.7357

#badb36 color RGB value is (186,219,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 00110110
Octal 272 333 66
Decimal 186 219 54
Hex BA DB 36

RGB Percentages of Color #badb36

%40.52
%47.71
%11.76

CMYK Percentages of Color #badb36

%15
%0
%75
%14

Triadic Colors of #badb36

#badb36 #36badb #db36ba

Analogous Colors of #badb36

#badb36 #68db36 #dbaa36

Monochromatic Colors of #badb36

#badb36

Complementary Color

#badb36 #5736db

#badb36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb36 Color CSS Codes

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

#badb36 Text Font Color

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

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


#badb36 Background Color

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

This div background color is #badb36


#badb36 Border Color

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

This div border color is #badb36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb36


Comments

No comments written yet.

Please login to write comment.