Color Hex Logo

#badd43 Color Hex

#BADD43
(186,221,67)
0 Favorites   0 Comments

Color spaces of #badd43

RGB 18622167
HSL0.200.690.56
HSV74°70°87°
CMYK 0.160.000.70   0.13
XYZ47.119362.557314.9015
Yxy62.55730.37820.5022
Hunter Lab79.0932-32.072744.1947
CIE-Lab83.2089-31.902667.9828

#badd43 color RGB value is (186,221,67).

#badd43 hex color red value is 186, green value is 221 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #badd43 hue: 0.20 , saturation: 0.69 and the lightness value of badd43 is 0.56.

The process color (four color CMYK) of #badd43 color hex is 0.16, 0.00, 0.70, 0.13. Web safe color of #badd43 is #cccc33. Color #badd43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 01000011
Octal 272 335 103
Decimal 186 221 67
Hex BA DD 43

RGB Percentages of Color #badd43

%39.24
%46.62
%14.14

CMYK Percentages of Color #badd43

%16
%0
%70
%13

Triadic Colors of #badd43

#badd43 #43badd #dd43ba

Analogous Colors of #badd43

#badd43 #6ddd43 #ddb343

Monochromatic Colors of #badd43

#badd43

Complementary Color

#badd43 #6643dd

#badd43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd43 Color CSS Codes

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

#badd43 Text Font Color

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

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


#badd43 Background Color

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

This div background color is #badd43


#badd43 Border Color

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

This div border color is #badd43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd43


Comments

No comments written yet.

Please login to write comment.