Color Hex Logo

#bae624 Color Hex

#BAE624
(186,230,36)
0 Favorites   0 Comments

Color spaces of #bae624

RGB 18623036
HSL0.200.800.52
HSV74°84°90°
CMYK 0.190.000.84   0.10
XYZ48.865067.160112.0568
Yxy67.16010.38150.5244
Hunter Lab81.9513-36.980748.6430
CIE-Lab85.5847-37.315479.1057

#bae624 color RGB value is (186,230,36).

#bae624 hex color red value is 186, green value is 230 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bae624 hue: 0.20 , saturation: 0.80 and the lightness value of bae624 is 0.52.

The process color (four color CMYK) of #bae624 color hex is 0.19, 0.00, 0.84, 0.10. Web safe color of #bae624 is #ccff33. Color #bae624 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00100100
Octal 272 346 44
Decimal 186 230 36
Hex BA E6 24

RGB Percentages of Color #bae624

%41.15
%50.88
%7.96

CMYK Percentages of Color #bae624

%19
%0
%84
%10

Triadic Colors of #bae624

#bae624 #24bae6 #e624ba

Analogous Colors of #bae624

#bae624 #59e624 #e6b124

Monochromatic Colors of #bae624

#bae624

Complementary Color

#bae624 #5024e6

#bae624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae624 Color CSS Codes

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

#bae624 Text Font Color

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

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


#bae624 Background Color

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

This div background color is #bae624


#bae624 Border Color

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

This div border color is #bae624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae624


Comments

No comments written yet.

Please login to write comment.