Color Hex Logo

#bade8f Color Hex

#BADE8F
(186,222,143)
0 Favorites   0 Comments

Color spaces of #bade8f

RGB 186222143
HSL0.240.540.72
HSV87°36°87°
CMYK 0.160.000.36   0.13
XYZ51.328964.664835.7628
Yxy64.66480.33820.4261
Hunter Lab80.4144-26.787929.9220
CIE-Lab84.3107-25.201834.9575

#bade8f color RGB value is (186,222,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 10001111
Octal 272 336 217
Decimal 186 222 143
Hex BA DE 8F

RGB Percentages of Color #bade8f

%33.76
%40.29
%25.95

CMYK Percentages of Color #bade8f

%16
%0
%36
%13

Triadic Colors of #bade8f

#bade8f #8fbade #de8fba

Analogous Colors of #bade8f

#bade8f #93de8f #dedb8f

Monochromatic Colors of #bade8f

#bade8f

Complementary Color

#bade8f #b38fde

#bade8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade8f Color CSS Codes

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

#bade8f Text Font Color

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

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


#bade8f Background Color

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

This div background color is #bade8f


#bade8f Border Color

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

This div border color is #bade8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,222,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 #bade8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade8f


Comments

No comments written yet.

Please login to write comment.