Color Hex Logo

#bae081 Color Hex

#BAE081
(186,224,129)
0 Favorites   0 Comments

Color spaces of #bae081

RGB 186224129
HSL0.230.610.69
HSV84°42°88°
CMYK 0.170.000.42   0.12
XYZ50.867865.335430.6989
Yxy65.33540.34630.4448
Hunter Lab80.8303-29.120234.0632
CIE-Lab84.6563-27.914242.4005

#bae081 color RGB value is (186,224,129).

#bae081 hex color red value is 186, green value is 224 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bae081 hue: 0.23 , saturation: 0.61 and the lightness value of bae081 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10000001
Octal 272 340 201
Decimal 186 224 129
Hex BA E0 81

RGB Percentages of Color #bae081

%34.51
%41.56
%23.93

CMYK Percentages of Color #bae081

%17
%0
%42
%12

Triadic Colors of #bae081

#bae081 #81bae0 #e081ba

Analogous Colors of #bae081

#bae081 #8be081 #e0d781

Monochromatic Colors of #bae081

#bae081

Complementary Color

#bae081 #a781e0

#bae081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae081 Color CSS Codes

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

#bae081 Text Font Color

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

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


#bae081 Background Color

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

This div background color is #bae081


#bae081 Border Color

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

This div border color is #bae081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae081


Comments

No comments written yet.

Please login to write comment.