Color Hex Logo

#bad423 Color Hex

#BAD423
(186,212,35)
0 Favorites   0 Comments

Color spaces of #bad423

RGB 18621235
HSL0.190.720.48
HSV69°83°83°
CMYK 0.120.000.83   0.17
XYZ44.096657.647410.3930
Yxy57.64740.39320.5141
Hunter Lab75.9259-29.200245.0323
CIE-Lab80.5424-29.058475.0501

#bad423 color RGB value is (186,212,35).

#bad423 hex color red value is 186, green value is 212 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bad423 hue: 0.19 , saturation: 0.72 and the lightness value of bad423 is 0.48.

The process color (four color CMYK) of #bad423 color hex is 0.12, 0.00, 0.83, 0.17. Web safe color of #bad423 is #cccc33. Color #bad423 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00100011
Octal 272 324 43
Decimal 186 212 35
Hex BA D4 23

RGB Percentages of Color #bad423

%42.96
%48.96
%8.08

CMYK Percentages of Color #bad423

%12
%0
%83
%17

Triadic Colors of #bad423

#bad423 #23bad4 #d423ba

Analogous Colors of #bad423

#bad423 #62d423 #d49623

Monochromatic Colors of #bad423

#bad423

Complementary Color

#bad423 #3d23d4

#bad423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad423 Color CSS Codes

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

#bad423 Text Font Color

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

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


#bad423 Background Color

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

This div background color is #bad423


#bad423 Border Color

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

This div border color is #bad423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad423


Comments

No comments written yet.

Please login to write comment.