Color Hex Logo

#badd64 Color Hex

#BADD64
(186,221,100)
0 Favorites   0 Comments

Color spaces of #badd64

RGB 186221100
HSL0.210.640.63
HSV77°55°87°
CMYK 0.160.000.55   0.13
XYZ48.406463.072121.6794
Yxy63.07210.36350.4737
Hunter Lab79.4179-30.183039.4077
CIE-Lab83.4803-29.501654.7313

#badd64 color RGB value is (186,221,100).

#badd64 hex color red value is 186, green value is 221 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #badd64 hue: 0.21 , saturation: 0.64 and the lightness value of badd64 is 0.63.

The process color (four color CMYK) of #badd64 color hex is 0.16, 0.00, 0.55, 0.13. Web safe color of #badd64 is #cccc66. Color #badd64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 01100100
Octal 272 335 144
Decimal 186 221 100
Hex BA DD 64

RGB Percentages of Color #badd64

%36.69
%43.59
%19.72

CMYK Percentages of Color #badd64

%16
%0
%55
%13

Triadic Colors of #badd64

#badd64 #64badd #dd64ba

Analogous Colors of #badd64

#badd64 #7edd64 #ddc464

Monochromatic Colors of #badd64

#badd64

Complementary Color

#badd64 #8764dd

#badd64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd64 Color CSS Codes

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

#badd64 Text Font Color

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

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


#badd64 Background Color

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

This div background color is #badd64


#badd64 Border Color

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

This div border color is #badd64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd64


Comments

No comments written yet.

Please login to write comment.