Color Hex Logo

#badb26 Color Hex

#BADB26
(186,219,38)
0 Favorites   0 Comments

Color spaces of #badb26

RGB 18621938
HSL0.200.720.50
HSV71°83°86°
CMYK 0.150.000.83   0.14
XYZ45.931161.242111.2338
Yxy61.24210.38790.5172
Hunter Lab78.2573-32.184446.2691
CIE-Lab82.5087-32.239276.0392

#badb26 color RGB value is (186,219,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 00100110
Octal 272 333 46
Decimal 186 219 38
Hex BA DB 26

RGB Percentages of Color #badb26

%41.99
%49.44
%8.58

CMYK Percentages of Color #badb26

%15
%0
%83
%14

Triadic Colors of #badb26

#badb26 #26badb #db26ba

Analogous Colors of #badb26

#badb26 #60db26 #dba226

Monochromatic Colors of #badb26

#badb26

Complementary Color

#badb26 #4726db

#badb26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb26 Color CSS Codes

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

#badb26 Text Font Color

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

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


#badb26 Background Color

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

This div background color is #badb26


#badb26 Border Color

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

This div border color is #badb26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb26


Comments

No comments written yet.

Please login to write comment.