Color Hex Logo

#badd8f Color Hex

#BADD8F
(186,221,143)
0 Favorites   0 Comments

Color spaces of #badd8f

RGB 186221143
HSL0.240.530.71
HSV87°35°87°
CMYK 0.160.000.35   0.13
XYZ51.064164.135235.6746
Yxy64.13520.33850.4251
Hunter Lab80.0845-26.331229.6477
CIE-Lab84.0361-24.719634.5976

#badd8f color RGB value is (186,221,143).

#badd8f hex color red value is 186, green value is 221 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #badd8f hue: 0.24 , saturation: 0.53 and the lightness value of badd8f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10001111
Octal 272 335 217
Decimal 186 221 143
Hex BA DD 8F

RGB Percentages of Color #badd8f

%33.82
%40.18
%26.00

CMYK Percentages of Color #badd8f

%16
%0
%35
%13

Triadic Colors of #badd8f

#badd8f #8fbadd #dd8fba

Analogous Colors of #badd8f

#badd8f #93dd8f #ddd98f

Monochromatic Colors of #badd8f

#badd8f

Complementary Color

#badd8f #b28fdd

#badd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd8f Color CSS Codes

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

#badd8f Text Font Color

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

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


#badd8f Background Color

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

This div background color is #badd8f


#badd8f Border Color

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

This div border color is #badd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd8f


Comments

No comments written yet.

Please login to write comment.