Color Hex Logo

#bae89b Color Hex

#BAE89B
(186,232,155)
0 Favorites   0 Comments

Color spaces of #bae89b

RGB 186232155
HSL0.270.630.76
HSV96°33°91°
CMYK 0.200.000.33   0.09
XYZ55.022770.518941.7218
Yxy70.51890.32900.4216
Hunter Lab83.9755-29.999929.3257
CIE-Lab87.2507-28.332532.7524

#bae89b color RGB value is (186,232,155).

#bae89b hex color red value is 186, green value is 232 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bae89b hue: 0.27 , saturation: 0.63 and the lightness value of bae89b is 0.76.

The process color (four color CMYK) of #bae89b color hex is 0.20, 0.00, 0.33, 0.09. Web safe color of #bae89b is #ccff99. Color #bae89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 10011011
Octal 272 350 233
Decimal 186 232 155
Hex BA E8 9B

RGB Percentages of Color #bae89b

%32.46
%40.49
%27.05

CMYK Percentages of Color #bae89b

%20
%0
%33
%9

Triadic Colors of #bae89b

#bae89b #9bbae8 #e89bba

Analogous Colors of #bae89b

#bae89b #9be8a3 #e1e89b

Monochromatic Colors of #bae89b

#bae89b

Complementary Color

#bae89b #c99be8

#bae89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae89b Color CSS Codes

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

#bae89b Text Font Color

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

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


#bae89b Background Color

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

This div background color is #bae89b


#bae89b Border Color

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

This div border color is #bae89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae89b


Comments

No comments written yet.

Please login to write comment.