Color Hex Logo

#badf7f Color Hex

#BADF7F
(186,223,127)
0 Favorites   0 Comments

Color spaces of #badf7f

RGB 186223127
HSL0.230.600.69
HSV83°43°87°
CMYK 0.170.000.43   0.13
XYZ50.468164.746829.9161
Yxy64.74680.34770.4461
Hunter Lab80.4654-28.858834.2824
CIE-Lab84.3531-27.673543.0021

#badf7f color RGB value is (186,223,127).

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

The process color (four color CMYK) of #badf7f color hex is 0.17, 0.00, 0.43, 0.13. Web safe color of #badf7f is #cccc66. Color #badf7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 01111111
Octal 272 337 177
Decimal 186 223 127
Hex BA DF 7F

RGB Percentages of Color #badf7f

%34.70
%41.60
%23.69

CMYK Percentages of Color #badf7f

%17
%0
%43
%13

Triadic Colors of #badf7f

#badf7f #7fbadf #df7fba

Analogous Colors of #badf7f

#badf7f #8adf7f #dfd47f

Monochromatic Colors of #badf7f

#badf7f

Complementary Color

#badf7f #a47fdf

#badf7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badf7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#badf7f Color CSS Codes

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

#badf7f Text Font Color

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

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


#badf7f Background Color

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

This div background color is #badf7f


#badf7f Border Color

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

This div border color is #badf7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badf7f


Comments

No comments written yet.

Please login to write comment.