Color Hex Logo

#bae037 Color Hex

#BAE037
(186,224,55)
0 Favorites   0 Comments

Color spaces of #bae037

RGB 18622455
HSL0.200.730.55
HSV73°75°88°
CMYK 0.170.000.75   0.12
XYZ47.594964.026213.4642
Yxy64.02620.38050.5119
Hunter Lab80.0164-33.854346.0348
CIE-Lab83.9794-33.896872.7376

#bae037 color RGB value is (186,224,55).

#bae037 hex color red value is 186, green value is 224 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bae037 hue: 0.20 , saturation: 0.73 and the lightness value of bae037 is 0.55.

The process color (four color CMYK) of #bae037 color hex is 0.17, 0.00, 0.75, 0.12. Web safe color of #bae037 is #cccc33. Color #bae037 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 00110111
Octal 272 340 67
Decimal 186 224 55
Hex BA E0 37

RGB Percentages of Color #bae037

%40.00
%48.17
%11.83

CMYK Percentages of Color #bae037

%17
%0
%75
%12

Triadic Colors of #bae037

#bae037 #37bae0 #e037ba

Analogous Colors of #bae037

#bae037 #66e037 #e0b237

Monochromatic Colors of #bae037

#bae037

Complementary Color

#bae037 #5d37e0

#bae037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae037 Color CSS Codes

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

#bae037 Text Font Color

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

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


#bae037 Background Color

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

This div background color is #bae037


#bae037 Border Color

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

This div border color is #bae037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae037


Comments

No comments written yet.

Please login to write comment.