Color Hex Logo

#bad24b Color Hex

#BAD24B
(186,210,75)
0 Favorites   0 Comments

Color spaces of #bad24b

RGB 18621075
HSL0.200.600.56
HSV71°64°82°
CMYK 0.110.000.64   0.18
XYZ44.566357.040315.3176
Yxy57.04030.38120.4878
Hunter Lab75.5250-26.838440.8426
CIE-Lab80.2023-26.223061.8483

#bad24b color RGB value is (186,210,75).

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

The process color (four color CMYK) of #bad24b color hex is 0.11, 0.00, 0.64, 0.18. Web safe color of #bad24b is #cccc33. Color #bad24b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 01001011
Octal 272 322 113
Decimal 186 210 75
Hex BA D2 4B

RGB Percentages of Color #bad24b

%39.49
%44.59
%15.92

CMYK Percentages of Color #bad24b

%11
%0
%64
%18

Triadic Colors of #bad24b

#bad24b #4bbad2 #d24bba

Analogous Colors of #bad24b

#bad24b #77d24b #d2a74b

Monochromatic Colors of #bad24b

#bad24b

Complementary Color

#bad24b #634bd2

#bad24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad24b Color CSS Codes

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

#bad24b Text Font Color

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

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


#bad24b Background Color

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

This div background color is #bad24b


#bad24b Border Color

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

This div border color is #bad24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad24b


Comments

No comments written yet.

Please login to write comment.