Color Hex Logo

#bad33d Color Hex

#BAD33D
(186,211,61)
0 Favorites   0 Comments

Color spaces of #bad33d

RGB 18621161
HSL0.190.630.53
HSV70°71°83°
CMYK 0.120.000.71   0.17
XYZ44.386357.364613.1479
Yxy57.36460.38630.4993
Hunter Lab75.7394-27.935942.7252
CIE-Lab80.3842-27.531067.3254

#bad33d color RGB value is (186,211,61).

#bad33d hex color red value is 186, green value is 211 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bad33d hue: 0.19 , saturation: 0.63 and the lightness value of bad33d is 0.53.

The process color (four color CMYK) of #bad33d color hex is 0.12, 0.00, 0.71, 0.17. Web safe color of #bad33d is #cccc33. Color #bad33d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 00111101
Octal 272 323 75
Decimal 186 211 61
Hex BA D3 3D

RGB Percentages of Color #bad33d

%40.61
%46.07
%13.32

CMYK Percentages of Color #bad33d

%12
%0
%71
%17

Triadic Colors of #bad33d

#bad33d #3dbad3 #d33dba

Analogous Colors of #bad33d

#bad33d #6fd33d #d3a13d

Monochromatic Colors of #bad33d

#bad33d

Complementary Color

#bad33d #563dd3

#bad33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad33d Color CSS Codes

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

#bad33d Text Font Color

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

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


#bad33d Background Color

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

This div background color is #bad33d


#bad33d Border Color

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

This div border color is #bad33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad33d


Comments

No comments written yet.

Please login to write comment.