Color Hex Logo

#baeaab Color Hex

#BAEAAB
(186,234,171)
0 Favorites   0 Comments

Color spaces of #baeaab

RGB 186234171
HSL0.290.600.79
HSV106°27°92°
CMYK 0.210.000.27   0.08
XYZ57.023272.225049.4635
Yxy72.22500.31910.4041
Hunter Lab84.9853-28.954824.9815
CIE-Lab88.0768-26.902825.6963

#baeaab color RGB value is (186,234,171).

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

The process color (four color CMYK) of #baeaab color hex is 0.21, 0.00, 0.27, 0.08. Web safe color of #baeaab is #ccff99. Color #baeaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10101011
Octal 272 352 253
Decimal 186 234 171
Hex BA EA AB

RGB Percentages of Color #baeaab

%31.47
%39.59
%28.93

CMYK Percentages of Color #baeaab

%21
%0
%27
%8

Triadic Colors of #baeaab

#baeaab #abbaea #eaabba

Analogous Colors of #baeaab

#baeaab #abeabc #daeaab

Monochromatic Colors of #baeaab

#baeaab

Complementary Color

#baeaab #dbabea

#baeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaab Color CSS Codes

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

#baeaab Text Font Color

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

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


#baeaab Background Color

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

This div background color is #baeaab


#baeaab Border Color

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

This div border color is #baeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaab


Comments

No comments written yet.

Please login to write comment.