Color Hex Logo

#bae7bd Color Hex

#BAE7BD
(186,231,189)
0 Favorites   0 Comments

Color spaces of #bae7bd

RGB 186231189
HSL0.340.480.82
HSV124°19°91°
CMYK 0.190.000.18   0.09
XYZ58.010971.265158.8421
Yxy71.26510.30840.3788
Hunter Lab84.4187-25.070817.7663
CIE-Lab87.6136-22.485715.7374

#bae7bd color RGB value is (186,231,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 10111101
Octal 272 347 275
Decimal 186 231 189
Hex BA E7 BD

RGB Percentages of Color #bae7bd

%30.69
%38.12
%31.19

CMYK Percentages of Color #bae7bd

%19
%0
%18
%9

Triadic Colors of #bae7bd

#bae7bd #bdbae7 #e7bdba

Analogous Colors of #bae7bd

#bae7bd #bae7d4 #cee7ba

Monochromatic Colors of #bae7bd

#bae7bd

Complementary Color

#bae7bd #e7bae4

#bae7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae7bd Color CSS Codes

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

#bae7bd Text Font Color

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

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


#bae7bd Background Color

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

This div background color is #bae7bd


#bae7bd Border Color

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

This div border color is #bae7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae7bd


Comments

No comments written yet.

Please login to write comment.