Color Hex Logo

#bae57b Color Hex

#BAE57B
(186,229,123)
0 Favorites   0 Comments

Color spaces of #bae57b

RGB 186229123
HSL0.230.670.69
HSV84°46°90°
CMYK 0.190.000.46   0.10
XYZ51.844267.907829.1139
Yxy67.90780.34830.4562
Hunter Lab82.4062-31.911136.7373
CIE-Lab85.9603-30.954246.9459

#bae57b color RGB value is (186,229,123).

#bae57b hex color red value is 186, green value is 229 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bae57b hue: 0.23 , saturation: 0.67 and the lightness value of bae57b is 0.69.

The process color (four color CMYK) of #bae57b color hex is 0.19, 0.00, 0.46, 0.10. Web safe color of #bae57b is #cccc66. Color #bae57b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01111011
Octal 272 345 173
Decimal 186 229 123
Hex BA E5 7B

RGB Percentages of Color #bae57b

%34.57
%42.57
%22.86

CMYK Percentages of Color #bae57b

%19
%0
%46
%10

Triadic Colors of #bae57b

#bae57b #7bbae5 #e57bba

Analogous Colors of #bae57b

#bae57b #85e57b #e5db7b

Monochromatic Colors of #bae57b

#bae57b

Complementary Color

#bae57b #a67be5

#bae57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae57b Color CSS Codes

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

#bae57b Text Font Color

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

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


#bae57b Background Color

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

This div background color is #bae57b


#bae57b Border Color

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

This div border color is #bae57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae57b


Comments

No comments written yet.

Please login to write comment.