Color Hex Logo

#badd05 Color Hex

#BADD05
(186,221,5)
0 Favorites   0 Comments

Color spaces of #badd05

RGB 1862215
HSL0.190.960.44
HSV70°98°87°
CMYK 0.160.000.98   0.13
XYZ46.133562.16309.7107
Yxy62.16300.39090.5268
Hunter Lab78.8435-33.530947.8881
CIE-Lab83.0000-33.781581.3331

#badd05 color RGB value is (186,221,5).

#badd05 hex color red value is 186, green value is 221 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #badd05 hue: 0.19 , saturation: 0.96 and the lightness value of badd05 is 0.44.

The process color (four color CMYK) of #badd05 color hex is 0.16, 0.00, 0.98, 0.13. Web safe color of #badd05 is #cccc00. Color #badd05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 00000101
Octal 272 335 5
Decimal 186 221 5
Hex BA DD 5

RGB Percentages of Color #badd05

%45.15
%53.64
%1.21

CMYK Percentages of Color #badd05

%16
%0
%98
%13

Triadic Colors of #badd05

#badd05 #05badd #dd05ba

Analogous Colors of #badd05

#badd05 #4edd05 #dd9405

Monochromatic Colors of #badd05

#badd05

Complementary Color

#badd05 #2805dd

#badd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd05 Color CSS Codes

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

#badd05 Text Font Color

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

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


#badd05 Background Color

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

This div background color is #badd05


#badd05 Border Color

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

This div border color is #badd05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd05


Comments

No comments written yet.

Please login to write comment.