Color Hex Logo

#bad03d Color Hex

#BAD03D
(186,208,61)
0 Favorites   0 Comments

Color spaces of #bad03d

RGB 18620861
HSL0.190.610.53
HSV69°71°82°
CMYK 0.110.000.71   0.18
XYZ43.647955.887812.9018
Yxy55.88780.38820.4971
Hunter Lab74.7581-26.608742.0984
CIE-Lab79.5499-26.098066.5076

#bad03d color RGB value is (186,208,61).

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

The process color (four color CMYK) of #bad03d color hex is 0.11, 0.00, 0.71, 0.18. Web safe color of #bad03d is #cccc33. Color #bad03d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 00111101
Octal 272 320 75
Decimal 186 208 61
Hex BA D0 3D

RGB Percentages of Color #bad03d

%40.88
%45.71
%13.41

CMYK Percentages of Color #bad03d

%11
%0
%71
%18

Triadic Colors of #bad03d

#bad03d #3dbad0 #d03dba

Analogous Colors of #bad03d

#bad03d #71d03d #d09d3d

Monochromatic Colors of #bad03d

#bad03d

Complementary Color

#bad03d #533dd0

#bad03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad03d Color CSS Codes

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

#bad03d Text Font Color

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

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


#bad03d Background Color

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

This div background color is #bad03d


#bad03d Border Color

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

This div border color is #bad03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad03d


Comments

No comments written yet.

Please login to write comment.