Color Hex Logo

#badd85 Color Hex

#BADD85
(186,221,133)
0 Favorites   0 Comments

Color spaces of #badd85

RGB 186221133
HSL0.230.560.69
HSV84°40°87°
CMYK 0.160.000.40   0.13
XYZ50.339863.845531.8605
Yxy63.84550.34470.4372
Hunter Lab79.9034-27.374432.2912
CIE-Lab83.8853-26.000339.4376

#badd85 color RGB value is (186,221,133).

#badd85 hex color red value is 186, green value is 221 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #badd85 hue: 0.23 , saturation: 0.56 and the lightness value of badd85 is 0.69.

The process color (four color CMYK) of #badd85 color hex is 0.16, 0.00, 0.40, 0.13. Web safe color of #badd85 is #cccc99. Color #badd85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10000101
Octal 272 335 205
Decimal 186 221 133
Hex BA DD 85

RGB Percentages of Color #badd85

%34.44
%40.93
%24.63

CMYK Percentages of Color #badd85

%16
%0
%40
%13

Triadic Colors of #badd85

#badd85 #85badd #dd85ba

Analogous Colors of #badd85

#badd85 #8edd85 #ddd485

Monochromatic Colors of #badd85

#badd85

Complementary Color

#badd85 #a885dd

#badd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd85 Color CSS Codes

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

#badd85 Text Font Color

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

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


#badd85 Background Color

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

This div background color is #badd85


#badd85 Border Color

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

This div border color is #badd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd85


Comments

No comments written yet.

Please login to write comment.