Color Hex Logo

#bae82c Color Hex

#BAE82C
(186,232,44)
0 Favorites   0 Comments

Color spaces of #bae82c

RGB 18623244
HSL0.210.800.54
HSV75°81°91°
CMYK 0.200.000.81   0.09
XYZ49.560968.334212.9606
Yxy68.33420.37870.5222
Hunter Lab82.6645-37.644548.5693
CIE-Lab86.1733-37.959877.7782

#bae82c color RGB value is (186,232,44).

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

The process color (four color CMYK) of #bae82c color hex is 0.20, 0.00, 0.81, 0.09. Web safe color of #bae82c is #ccff33. Color #bae82c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 00101100
Octal 272 350 54
Decimal 186 232 44
Hex BA E8 2C

RGB Percentages of Color #bae82c

%40.26
%50.22
%9.52

CMYK Percentages of Color #bae82c

%20
%0
%81
%9

Triadic Colors of #bae82c

#bae82c #2cbae8 #e82cba

Analogous Colors of #bae82c

#bae82c #5ce82c #e8b82c

Monochromatic Colors of #bae82c

#bae82c

Complementary Color

#bae82c #5a2ce8

#bae82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae82c Color CSS Codes

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

#bae82c Text Font Color

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

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


#bae82c Background Color

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

This div background color is #bae82c


#bae82c Border Color

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

This div border color is #bae82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae82c


Comments

No comments written yet.

Please login to write comment.