Color Hex Logo

#bae31e Color Hex

#BAE31E
(186,227,30)
0 Favorites   0 Comments

Color spaces of #bae31e

RGB 18622730
HSL0.200.780.50
HSV72°87°89°
CMYK 0.180.000.87   0.11
XYZ47.953165.471011.3381
Yxy65.47100.38440.5248
Hunter Lab80.9142-35.813248.3319
CIE-Lab84.7259-36.120779.5724

#bae31e color RGB value is (186,227,30).

#bae31e hex color red value is 186, green value is 227 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bae31e hue: 0.20 , saturation: 0.78 and the lightness value of bae31e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 00011110
Octal 272 343 36
Decimal 186 227 30
Hex BA E3 1E

RGB Percentages of Color #bae31e

%41.99
%51.24
%6.77

CMYK Percentages of Color #bae31e

%18
%0
%87
%11

Triadic Colors of #bae31e

#bae31e #1ebae3 #e31eba

Analogous Colors of #bae31e

#bae31e #57e31e #e3aa1e

Monochromatic Colors of #bae31e

#bae31e

Complementary Color

#bae31e #471ee3

#bae31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae31e Color CSS Codes

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

#bae31e Text Font Color

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

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


#bae31e Background Color

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

This div background color is #bae31e


#bae31e Border Color

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

This div border color is #bae31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae31e


Comments

No comments written yet.

Please login to write comment.