Color Hex Logo

#bae1ab Color Hex

#BAE1AB
(186,225,171)
0 Favorites   0 Comments

Color spaces of #bae1ab

RGB 186225171
HSL0.290.470.78
HSV103°24°88°
CMYK 0.170.000.24   0.12
XYZ54.525667.229848.6309
Yxy67.22980.32000.3946
Hunter Lab81.9938-24.787222.2305
CIE-Lab85.6199-22.561622.3278

#bae1ab color RGB value is (186,225,171).

#bae1ab hex color red value is 186, green value is 225 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bae1ab hue: 0.29 , saturation: 0.47 and the lightness value of bae1ab is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10101011
Octal 272 341 253
Decimal 186 225 171
Hex BA E1 AB

RGB Percentages of Color #bae1ab

%31.96
%38.66
%29.38

CMYK Percentages of Color #bae1ab

%17
%0
%24
%12

Triadic Colors of #bae1ab

#bae1ab #abbae1 #e1abba

Analogous Colors of #bae1ab

#bae1ab #abe1b7 #d5e1ab

Monochromatic Colors of #bae1ab

#bae1ab

Complementary Color

#bae1ab #d2abe1

#bae1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1ab Color CSS Codes

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

#bae1ab Text Font Color

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

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


#bae1ab Background Color

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

This div background color is #bae1ab


#bae1ab Border Color

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

This div border color is #bae1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1ab


Comments

No comments written yet.

Please login to write comment.