Color Hex Logo

#badc0d Color Hex

#BADC0D
(186,220,13)
0 Favorites   0 Comments

Color spaces of #badc0d

RGB 18622013
HSL0.190.890.46
HSV70°94°86°
CMYK 0.150.000.94   0.14
XYZ45.915561.65469.8613
Yxy61.65460.39100.5250
Hunter Lab78.5204-33.031447.5181
CIE-Lab82.7294-33.234980.4069

#badc0d color RGB value is (186,220,13).

#badc0d hex color red value is 186, green value is 220 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #badc0d hue: 0.19 , saturation: 0.89 and the lightness value of badc0d is 0.46.

The process color (four color CMYK) of #badc0d color hex is 0.15, 0.00, 0.94, 0.14. Web safe color of #badc0d is #cccc00. Color #badc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 00001101
Octal 272 334 15
Decimal 186 220 13
Hex BA DC D

RGB Percentages of Color #badc0d

%44.39
%52.51
%3.10

CMYK Percentages of Color #badc0d

%15
%0
%94
%14

Triadic Colors of #badc0d

#badc0d #0dbadc #dc0dba

Analogous Colors of #badc0d

#badc0d #52dc0d #dc970d

Monochromatic Colors of #badc0d

#badc0d

Complementary Color

#badc0d #2f0ddc

#badc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc0d Color CSS Codes

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

#badc0d Text Font Color

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

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


#badc0d Background Color

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

This div background color is #badc0d


#badc0d Border Color

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

This div border color is #badc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc0d


Comments

No comments written yet.

Please login to write comment.