Color Hex Logo

#bae540 Color Hex

#BAE540
(186,229,64)
0 Favorites   0 Comments

Color spaces of #bae540

RGB 18622964
HSL0.210.760.57
HSV76°72°90°
CMYK 0.190.000.72   0.10
XYZ49.194466.847915.1606
Yxy66.84790.37490.5095
Hunter Lab81.7606-35.679646.2384
CIE-Lab85.4271-35.737971.2133

#bae540 color RGB value is (186,229,64).

#bae540 hex color red value is 186, green value is 229 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bae540 hue: 0.21 , saturation: 0.76 and the lightness value of bae540 is 0.57.

The process color (four color CMYK) of #bae540 color hex is 0.19, 0.00, 0.72, 0.10. Web safe color of #bae540 is #cccc33. Color #bae540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01000000
Octal 272 345 100
Decimal 186 229 64
Hex BA E5 40

RGB Percentages of Color #bae540

%38.83
%47.81
%13.36

CMYK Percentages of Color #bae540

%19
%0
%72
%10

Triadic Colors of #bae540

#bae540 #40bae5 #e540ba

Analogous Colors of #bae540

#bae540 #68e540 #e5be40

Monochromatic Colors of #bae540

#bae540

Complementary Color

#bae540 #6b40e5

#bae540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae540 Color CSS Codes

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

#bae540 Text Font Color

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

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


#bae540 Background Color

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

This div background color is #bae540


#bae540 Border Color

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

This div border color is #bae540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae540


Comments

No comments written yet.

Please login to write comment.