Color Hex Logo

#badf5e Color Hex

#BADF5E
(186,223,94)
0 Favorites   0 Comments

Color spaces of #badf5e

RGB 18622394
HSL0.210.670.62
HSV77°58°87°
CMYK 0.170.000.58   0.13
XYZ48.657864.022620.3827
Yxy64.02260.36570.4811
Hunter Lab80.0141-31.476240.9064
CIE-Lab83.9775-30.954857.9651

#badf5e color RGB value is (186,223,94).

#badf5e hex color red value is 186, green value is 223 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #badf5e hue: 0.21 , saturation: 0.67 and the lightness value of badf5e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 01011110
Octal 272 337 136
Decimal 186 223 94
Hex BA DF 5E

RGB Percentages of Color #badf5e

%36.98
%44.33
%18.69

CMYK Percentages of Color #badf5e

%17
%0
%58
%13

Triadic Colors of #badf5e

#badf5e #5ebadf #df5eba

Analogous Colors of #badf5e

#badf5e #7adf5e #dfc45e

Monochromatic Colors of #badf5e

#badf5e

Complementary Color

#badf5e #835edf

#badf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#badf5e Color CSS Codes

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

#badf5e Text Font Color

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

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


#badf5e Background Color

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

This div background color is #badf5e


#badf5e Border Color

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

This div border color is #badf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badf5e


Comments

No comments written yet.

Please login to write comment.