Color Hex Logo

#bae9bd Color Hex

#BAE9BD
(186,233,189)
0 Favorites   0 Comments

Color spaces of #bae9bd

RGB 186233189
HSL0.340.520.82
HSV124°20°91°
CMYK 0.200.000.19   0.09
XYZ58.573972.391159.0298
Yxy72.39110.30830.3810
Hunter Lab85.0830-26.009918.4232
CIE-Lab88.1565-23.457916.5003

#bae9bd color RGB value is (186,233,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10111101
Octal 272 351 275
Decimal 186 233 189
Hex BA E9 BD

RGB Percentages of Color #bae9bd

%30.59
%38.32
%31.09

CMYK Percentages of Color #bae9bd

%20
%0
%19
%9

Triadic Colors of #bae9bd

#bae9bd #bdbae9 #e9bdba

Analogous Colors of #bae9bd

#bae9bd #bae9d5 #cfe9ba

Monochromatic Colors of #bae9bd

#bae9bd

Complementary Color

#bae9bd #e9bae6

#bae9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9bd Color CSS Codes

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

#bae9bd Text Font Color

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

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


#bae9bd Background Color

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

This div background color is #bae9bd


#bae9bd Border Color

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

This div border color is #bae9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9bd


Comments

No comments written yet.

Please login to write comment.