Color Hex Logo

#bada6e Color Hex

#BADA6E
(186,218,110)
0 Favorites   0 Comments

Color spaces of #bada6e

RGB 186218110
HSL0.220.590.64
HSV78°50°85°
CMYK 0.150.000.50   0.15
XYZ48.135661.707724.1256
Yxy61.70770.35930.4606
Hunter Lab78.5542-28.090736.7788
CIE-Lab82.7577-27.133149.2486

#bada6e color RGB value is (186,218,110).

#bada6e hex color red value is 186, green value is 218 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bada6e hue: 0.22 , saturation: 0.59 and the lightness value of bada6e is 0.64.

The process color (four color CMYK) of #bada6e color hex is 0.15, 0.00, 0.50, 0.15. Web safe color of #bada6e is #cccc66. Color #bada6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 01101110
Octal 272 332 156
Decimal 186 218 110
Hex BA DA 6E

RGB Percentages of Color #bada6e

%36.19
%42.41
%21.40

CMYK Percentages of Color #bada6e

%15
%0
%50
%15

Triadic Colors of #bada6e

#bada6e #6ebada #da6eba

Analogous Colors of #bada6e

#bada6e #84da6e #dac46e

Monochromatic Colors of #bada6e

#bada6e

Complementary Color

#bada6e #8e6eda

#bada6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada6e Color CSS Codes

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

#bada6e Text Font Color

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

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


#bada6e Background Color

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

This div background color is #bada6e


#bada6e Border Color

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

This div border color is #bada6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada6e

#bada6e Color Palettes


Comments

No comments written yet.

Please login to write comment.