Color Hex Logo

#bad252 Color Hex

#BAD252
(186,210,82)
0 Favorites   0 Comments

Color spaces of #bad252

RGB 18621082
HSL0.200.590.57
HSV71°61°82°
CMYK 0.110.000.61   0.18
XYZ44.819357.141516.6498
Yxy57.14150.37790.4818
Hunter Lab75.5920-26.451439.8553
CIE-Lab80.2591-25.734459.0143

#bad252 color RGB value is (186,210,82).

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

The process color (four color CMYK) of #bad252 color hex is 0.11, 0.00, 0.61, 0.18. Web safe color of #bad252 is #cccc66. Color #bad252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 01010010
Octal 272 322 122
Decimal 186 210 82
Hex BA D2 52

RGB Percentages of Color #bad252

%38.91
%43.93
%17.15

CMYK Percentages of Color #bad252

%11
%0
%61
%18

Triadic Colors of #bad252

#bad252 #52bad2 #d252ba

Analogous Colors of #bad252

#bad252 #7ad252 #d2aa52

Monochromatic Colors of #bad252

#bad252

Complementary Color

#bad252 #6a52d2

#bad252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad252 Color CSS Codes

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

#bad252 Text Font Color

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

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


#bad252 Background Color

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

This div background color is #bad252


#bad252 Border Color

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

This div border color is #bad252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad252


Comments

No comments written yet.

Please login to write comment.