Color Hex Logo

#baeb83 Color Hex

#BAEB83
(186,235,131)
0 Favorites   0 Comments

Color spaces of #baeb83

RGB 186235131
HSL0.250.720.72
HSV88°44°92°
CMYK 0.210.000.44   0.08
XYZ54.054871.494532.4236
Yxy71.49450.34220.4526
Hunter Lab84.5544-33.857036.4525
CIE-Lab87.7247-32.833445.2796

#baeb83 color RGB value is (186,235,131).

#baeb83 hex color red value is 186, green value is 235 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #baeb83 hue: 0.25 , saturation: 0.72 and the lightness value of baeb83 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10000011
Octal 272 353 203
Decimal 186 235 131
Hex BA EB 83

RGB Percentages of Color #baeb83

%33.70
%42.57
%23.73

CMYK Percentages of Color #baeb83

%21
%0
%44
%8

Triadic Colors of #baeb83

#baeb83 #83baeb #eb83ba

Analogous Colors of #baeb83

#baeb83 #86eb83 #ebe883

Monochromatic Colors of #baeb83

#baeb83

Complementary Color

#baeb83 #b483eb

#baeb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb83 Color CSS Codes

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

#baeb83 Text Font Color

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

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


#baeb83 Background Color

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

This div background color is #baeb83


#baeb83 Border Color

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

This div border color is #baeb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb83


Comments

No comments written yet.

Please login to write comment.