Color Hex Logo

#bae886 Color Hex

#BAE886
(186,232,134)
0 Favorites   0 Comments

Color spaces of #bae886

RGB 186232134
HSL0.240.680.72
HSV88°42°91°
CMYK 0.200.000.42   0.09
XYZ53.409469.873633.2262
Yxy69.87360.34130.4465
Hunter Lab83.5904-32.232234.9462
CIE-Lab86.9348-31.084142.8247

#bae886 color RGB value is (186,232,134).

#bae886 hex color red value is 186, green value is 232 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bae886 hue: 0.24 , saturation: 0.68 and the lightness value of bae886 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 10000110
Octal 272 350 206
Decimal 186 232 134
Hex BA E8 86

RGB Percentages of Color #bae886

%33.70
%42.03
%24.28

CMYK Percentages of Color #bae886

%20
%0
%42
%9

Triadic Colors of #bae886

#bae886 #86bae8 #e886ba

Analogous Colors of #bae886

#bae886 #89e886 #e8e586

Monochromatic Colors of #bae886

#bae886

Complementary Color

#bae886 #b486e8

#bae886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae886 Color CSS Codes

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

#bae886 Text Font Color

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

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


#bae886 Background Color

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

This div background color is #bae886


#bae886 Border Color

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

This div border color is #bae886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae886


Comments

No comments written yet.

Please login to write comment.