Color Hex Logo

#bae534 Color Hex

#BAE534
(186,229,52)
0 Favorites   0 Comments

Color spaces of #bae534

RGB 18622952
HSL0.210.770.55
HSV75°77°90°
CMYK 0.190.000.77   0.10
XYZ48.888866.725713.5514
Yxy66.72570.37850.5166
Hunter Lab81.6858-36.118247.3440
CIE-Lab85.3652-36.304374.9123

#bae534 color RGB value is (186,229,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 00110100
Octal 272 345 64
Decimal 186 229 52
Hex BA E5 34

RGB Percentages of Color #bae534

%39.83
%49.04
%11.13

CMYK Percentages of Color #bae534

%19
%0
%77
%10

Triadic Colors of #bae534

#bae534 #34bae5 #e534ba

Analogous Colors of #bae534

#bae534 #62e534 #e5b834

Monochromatic Colors of #bae534

#bae534

Complementary Color

#bae534 #5f34e5

#bae534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae534 Color CSS Codes

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

#bae534 Text Font Color

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

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


#bae534 Background Color

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

This div background color is #bae534


#bae534 Border Color

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

This div border color is #bae534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae534


Comments

No comments written yet.

Please login to write comment.