color codes Logo

#badb31 color codes

#BADB31
(186,219,49)
0 Favorites   0 Comments

Color spaces of #badb31

RGB 18621949
HSL0.200.700.53
HSV72°78°86°
CMYK 0.150.000.78   0.14
XYZ46.135661.323912.3108
Yxy61.32390.38520.5120
Hunter Lab78.3096-31.879645.4959
CIE-Lab82.5526-31.846873.2081

#badb31 color RGB value is (186,219,49).

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

The process color (four color CMYK) of #badb31 color code is 0.15, 0.00, 0.78, 0.14. Web safe color of #badb31 is #cccc33. Color #badb31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 00110001
Octal 272 333 61
Decimal 186 219 49
Hex BA DB 31

RGB Percentages of Color #badb31

%40.97
%48.24
%10.79

CMYK Percentages of Color #badb31

%15
%0
%78
%14

Triadic Colors of #badb31

#badb31 #31badb #db31ba

Analogous Colors of #badb31

#badb31 #65db31 #dba731

Monochromatic Colors of #badb31

#badb31

Complementary Color

#badb31 #5231db

#badb31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb31 Color CSS Codes

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

#badb31 Text Font Color

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

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


#badb31 Background Color

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

This div background color is #badb31


#badb31 Border Color

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

This div border color is #badb31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb31


Comments

No comments written yet.

Please login to write comment.