Color Hex Logo

#bae9bb Color Hex

#BAE9BB
(186,233,187)
0 Favorites   0 Comments

Color spaces of #bae9bb

RGB 186233187
HSL0.340.520.82
HSV121°20°91°
CMYK 0.200.000.20   0.09
XYZ58.358372.304857.8941
Yxy72.30480.30950.3835
Hunter Lab85.0322-26.300419.1550
CIE-Lab88.1151-23.802217.4815

#bae9bb color RGB value is (186,233,187).

#bae9bb hex color red value is 186, green value is 233 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bae9bb hue: 0.34 , saturation: 0.52 and the lightness value of bae9bb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10111011
Octal 272 351 273
Decimal 186 233 187
Hex BA E9 BB

RGB Percentages of Color #bae9bb

%30.69
%38.45
%30.86

CMYK Percentages of Color #bae9bb

%20
%0
%20
%9

Triadic Colors of #bae9bb

#bae9bb #bbbae9 #e9bbba

Analogous Colors of #bae9bb

#bae9bb #bae9d3 #d1e9ba

Monochromatic Colors of #bae9bb

#bae9bb

Complementary Color

#bae9bb #e9bae8

#bae9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9bb Color CSS Codes

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

#bae9bb Text Font Color

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

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


#bae9bb Background Color

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

This div background color is #bae9bb


#bae9bb Border Color

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

This div border color is #bae9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9bb


Comments

No comments written yet.

Please login to write comment.