Color Hex Logo

#badc4e Color Hex

#BADC4E
(186,220,78)
0 Favorites   0 Comments

Color spaces of #badc4e

RGB 18622078
HSL0.210.670.58
HSV74°65°86°
CMYK 0.150.000.65   0.14
XYZ47.218062.175616.7202
Yxy62.17560.37440.4930
Hunter Lab78.8515-31.100442.6238
CIE-Lab83.0067-30.755063.6010

#badc4e color RGB value is (186,220,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 01001110
Octal 272 334 116
Decimal 186 220 78
Hex BA DC 4E

RGB Percentages of Color #badc4e

%38.43
%45.45
%16.12

CMYK Percentages of Color #badc4e

%15
%0
%65
%14

Triadic Colors of #badc4e

#badc4e #4ebadc #dc4eba

Analogous Colors of #badc4e

#badc4e #73dc4e #dcb74e

Monochromatic Colors of #badc4e

#badc4e

Complementary Color

#badc4e #704edc

#badc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc4e Color CSS Codes

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

#badc4e Text Font Color

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

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


#badc4e Background Color

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

This div background color is #badc4e


#badc4e Border Color

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

This div border color is #badc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc4e


Comments

No comments written yet.

Please login to write comment.