Color Hex Logo

#bae191 Color Hex

#BAE191
(186,225,145)
0 Favorites   0 Comments

Color spaces of #bae191

RGB 186225145
HSL0.250.570.73
HSV89°36°88°
CMYK 0.170.000.36   0.12
XYZ52.285766.333936.8360
Yxy66.33390.33630.4267
Hunter Lab81.4456-27.938130.1964
CIE-Lab85.1664-26.375935.0662

#bae191 color RGB value is (186,225,145).

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

The process color (four color CMYK) of #bae191 color hex is 0.17, 0.00, 0.36, 0.12. Web safe color of #bae191 is #cccc99. Color #bae191 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10010001
Octal 272 341 221
Decimal 186 225 145
Hex BA E1 91

RGB Percentages of Color #bae191

%33.45
%40.47
%26.08

CMYK Percentages of Color #bae191

%17
%0
%36
%12

Triadic Colors of #bae191

#bae191 #91bae1 #e191ba

Analogous Colors of #bae191

#bae191 #92e191 #e1e091

Monochromatic Colors of #bae191

#bae191

Complementary Color

#bae191 #b891e1

#bae191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae191 Color CSS Codes

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

#bae191 Text Font Color

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

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


#bae191 Background Color

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

This div background color is #bae191


#bae191 Border Color

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

This div border color is #bae191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae191


Comments

No comments written yet.

Please login to write comment.