Color Hex Logo

#bae42f Color Hex

#BAE42F
(186,228,47)
0 Favorites   0 Comments

Color spaces of #bae42f

RGB 18622847
HSL0.210.770.54
HSV74°79°89°
CMYK 0.180.000.79   0.11
XYZ48.506266.131112.8974
Yxy66.13110.38030.5185
Hunter Lab81.3210-35.840547.5214
CIE-Lab85.0632-36.050476.0245

#bae42f color RGB value is (186,228,47).

#bae42f hex color red value is 186, green value is 228 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bae42f hue: 0.21 , saturation: 0.77 and the lightness value of bae42f is 0.54.

The process color (four color CMYK) of #bae42f color hex is 0.18, 0.00, 0.79, 0.11. Web safe color of #bae42f is #cccc33. Color #bae42f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 00101111
Octal 272 344 57
Decimal 186 228 47
Hex BA E4 2F

RGB Percentages of Color #bae42f

%40.35
%49.46
%10.20

CMYK Percentages of Color #bae42f

%18
%0
%79
%11

Triadic Colors of #bae42f

#bae42f #2fbae4 #e42fba

Analogous Colors of #bae42f

#bae42f #60e42f #e4b42f

Monochromatic Colors of #bae42f

#bae42f

Complementary Color

#bae42f #592fe4

#bae42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae42f Color CSS Codes

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

#bae42f Text Font Color

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

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


#bae42f Background Color

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

This div background color is #bae42f


#bae42f Border Color

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

This div border color is #bae42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae42f


Comments

No comments written yet.

Please login to write comment.