Color Hex Logo

#baeb9b Color Hex

#BAEB9B
(186,235,155)
0 Favorites   0 Comments

Color spaces of #baeb9b

RGB 186235155
HSL0.270.670.76
HSV97°34°92°
CMYK 0.210.000.34   0.08
XYZ55.874472.222342.0058
Yxy72.22230.32850.4246
Hunter Lab84.9837-31.362730.1827
CIE-Lab88.0755-29.748333.8455

#baeb9b color RGB value is (186,235,155).

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

The process color (four color CMYK) of #baeb9b color hex is 0.21, 0.00, 0.34, 0.08. Web safe color of #baeb9b is #ccff99. Color #baeb9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10011011
Octal 272 353 233
Decimal 186 235 155
Hex BA EB 9B

RGB Percentages of Color #baeb9b

%32.29
%40.80
%26.91

CMYK Percentages of Color #baeb9b

%21
%0
%34
%8

Triadic Colors of #baeb9b

#baeb9b #9bbaeb #eb9bba

Analogous Colors of #baeb9b

#baeb9b #9beba4 #e2eb9b

Monochromatic Colors of #baeb9b

#baeb9b

Complementary Color

#baeb9b #cc9beb

#baeb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb9b Color CSS Codes

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

#baeb9b Text Font Color

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

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


#baeb9b Background Color

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

This div background color is #baeb9b


#baeb9b Border Color

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

This div border color is #baeb9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,235,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 #baeb9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb9b


Comments

No comments written yet.

Please login to write comment.