Color Hex Logo

#badd53 Color Hex

#BADD53
(186,221,83)
0 Favorites   0 Comments

Color spaces of #badd53

RGB 18622183
HSL0.210.670.60
HSV75°62°87°
CMYK 0.160.000.62   0.13
XYZ47.667562.776517.7884
Yxy62.77650.37170.4896
Hunter Lab79.2316-31.265842.1509
CIE-Lab83.3246-30.872861.9153

#badd53 color RGB value is (186,221,83).

#badd53 hex color red value is 186, green value is 221 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #badd53 hue: 0.21 , saturation: 0.67 and the lightness value of badd53 is 0.60.

The process color (four color CMYK) of #badd53 color hex is 0.16, 0.00, 0.62, 0.13. Web safe color of #badd53 is #cccc66. Color #badd53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 01010011
Octal 272 335 123
Decimal 186 221 83
Hex BA DD 53

RGB Percentages of Color #badd53

%37.96
%45.10
%16.94

CMYK Percentages of Color #badd53

%16
%0
%62
%13

Triadic Colors of #badd53

#badd53 #53badd #dd53ba

Analogous Colors of #badd53

#badd53 #75dd53 #ddbb53

Monochromatic Colors of #badd53

#badd53

Complementary Color

#badd53 #7653dd

#badd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd53 Color CSS Codes

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

#badd53 Text Font Color

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

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


#badd53 Background Color

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

This div background color is #badd53


#badd53 Border Color

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

This div border color is #badd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd53


Comments

No comments written yet.

Please login to write comment.