Color Hex Logo

#bae24e Color Hex

#BAE24E
(186,226,78)
0 Favorites   0 Comments

Color spaces of #bae24e

RGB 18622678
HSL0.210.720.60
HSV76°65°89°
CMYK 0.180.000.65   0.11
XYZ48.821265.381917.2545
Yxy65.38190.37140.4974
Hunter Lab80.8591-33.728443.9495
CIE-Lab84.6801-33.536165.3573

#bae24e color RGB value is (186,226,78).

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

The process color (four color CMYK) of #bae24e color hex is 0.18, 0.00, 0.65, 0.11. Web safe color of #bae24e is #cccc66. Color #bae24e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 01001110
Octal 272 342 116
Decimal 186 226 78
Hex BA E2 4E

RGB Percentages of Color #bae24e

%37.96
%46.12
%15.92

CMYK Percentages of Color #bae24e

%18
%0
%65
%11

Triadic Colors of #bae24e

#bae24e #4ebae2 #e24eba

Analogous Colors of #bae24e

#bae24e #70e24e #e2c04e

Monochromatic Colors of #bae24e

#bae24e

Complementary Color

#bae24e #764ee2

#bae24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae24e Color CSS Codes

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

#bae24e Text Font Color

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

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


#bae24e Background Color

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

This div background color is #bae24e


#bae24e Border Color

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

This div border color is #bae24e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,226,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 #bae24e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae24e


Comments

No comments written yet.

Please login to write comment.