Color Hex Logo

#bae891 Color Hex

#BAE891
(186,232,145)
0 Favorites   0 Comments

Color spaces of #bae891

RGB 186232145
HSL0.250.650.74
HSV92°38°91°
CMYK 0.200.000.38   0.09
XYZ54.217170.196737.4798
Yxy70.19670.33490.4336
Hunter Lab83.7835-31.112032.1256
CIE-Lab87.0932-29.697437.5811

#bae891 color RGB value is (186,232,145).

#bae891 hex color red value is 186, green value is 232 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bae891 hue: 0.25 , saturation: 0.65 and the lightness value of bae891 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 10010001
Octal 272 350 221
Decimal 186 232 145
Hex BA E8 91

RGB Percentages of Color #bae891

%33.04
%41.21
%25.75

CMYK Percentages of Color #bae891

%20
%0
%38
%9

Triadic Colors of #bae891

#bae891 #91bae8 #e891ba

Analogous Colors of #bae891

#bae891 #91e894 #e6e891

Monochromatic Colors of #bae891

#bae891

Complementary Color

#bae891 #bf91e8

#bae891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae891 Color CSS Codes

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

#bae891 Text Font Color

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

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


#bae891 Background Color

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

This div background color is #bae891


#bae891 Border Color

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

This div border color is #bae891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae891


Comments

No comments written yet.

Please login to write comment.