Color Hex Logo

#baea57 Color Hex

#BAEA57
(186,234,87)
0 Favorites   0 Comments

Color spaces of #baea57

RGB 18623487
HSL0.220.780.63
HSV80°63°92°
CMYK 0.210.000.63   0.08
XYZ51.392869.972919.8143
Yxy69.97290.36400.4956
Hunter Lab83.6498-36.720344.5107
CIE-Lab86.9836-36.553964.2214

#baea57 color RGB value is (186,234,87).

#baea57 hex color red value is 186, green value is 234 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #baea57 hue: 0.22 , saturation: 0.78 and the lightness value of baea57 is 0.63.

The process color (four color CMYK) of #baea57 color hex is 0.21, 0.00, 0.63, 0.08. Web safe color of #baea57 is #ccff66. Color #baea57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 01010111
Octal 272 352 127
Decimal 186 234 87
Hex BA EA 57

RGB Percentages of Color #baea57

%36.69
%46.15
%17.16

CMYK Percentages of Color #baea57

%21
%0
%63
%8

Triadic Colors of #baea57

#baea57 #57baea #ea57ba

Analogous Colors of #baea57

#baea57 #71ea57 #ead157

Monochromatic Colors of #baea57

#baea57

Complementary Color

#baea57 #8757ea

#baea57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea57 Color CSS Codes

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

#baea57 Text Font Color

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

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


#baea57 Background Color

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

This div background color is #baea57


#baea57 Border Color

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

This div border color is #baea57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea57


Comments

No comments written yet.

Please login to write comment.