Color Hex Logo

#bada7f Color Hex

#BADA7F
(186,218,127)
0 Favorites   0 Comments

Color spaces of #bada7f

RGB 186218127
HSL0.230.550.68
HSV81°42°85°
CMYK 0.150.000.42   0.15
XYZ49.151962.114229.4773
Yxy62.11420.34920.4413
Hunter Lab78.8126-26.599532.9933
CIE-Lab82.9741-25.280441.2634

#bada7f color RGB value is (186,218,127).

#bada7f hex color red value is 186, green value is 218 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bada7f hue: 0.23 , saturation: 0.55 and the lightness value of bada7f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 01111111
Octal 272 332 177
Decimal 186 218 127
Hex BA DA 7F

RGB Percentages of Color #bada7f

%35.03
%41.05
%23.92

CMYK Percentages of Color #bada7f

%15
%0
%42
%15

Triadic Colors of #bada7f

#bada7f #7fbada #da7fba

Analogous Colors of #bada7f

#bada7f #8dda7f #dacd7f

Monochromatic Colors of #bada7f

#bada7f

Complementary Color

#bada7f #9f7fda

#bada7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada7f Color CSS Codes

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

#bada7f Text Font Color

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

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


#bada7f Background Color

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

This div background color is #bada7f


#bada7f Border Color

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

This div border color is #bada7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada7f


Comments

No comments written yet.

Please login to write comment.