Color Hex Logo

#bae542 Color Hex

#BAE542
(186,229,66)
0 Favorites   0 Comments

Color spaces of #bae542

RGB 18622966
HSL0.210.760.58
HSV76°71°90°
CMYK 0.190.000.71   0.10
XYZ49.252466.871115.4658
Yxy66.87110.37430.5082
Hunter Lab81.7748-35.596446.0290
CIE-Lab85.4388-35.630770.5425

#bae542 color RGB value is (186,229,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01000010
Octal 272 345 102
Decimal 186 229 66
Hex BA E5 42

RGB Percentages of Color #bae542

%38.67
%47.61
%13.72

CMYK Percentages of Color #bae542

%19
%0
%71
%10

Triadic Colors of #bae542

#bae542 #42bae5 #e542ba

Analogous Colors of #bae542

#bae542 #69e542 #e5bf42

Monochromatic Colors of #bae542

#bae542

Complementary Color

#bae542 #6d42e5

#bae542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae542 Color CSS Codes

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

#bae542 Text Font Color

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

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


#bae542 Background Color

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

This div background color is #bae542


#bae542 Border Color

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

This div border color is #bae542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae542


Comments

No comments written yet.

Please login to write comment.