Color Hex Logo

#bae2bd Color Hex

#BAE2BD
(186,226,189)
0 Favorites   0 Comments

Color spaces of #bae2bd

RGB 186226189
HSL0.350.410.81
HSV125°18°89°
CMYK 0.180.000.16   0.11
XYZ56.631468.505958.3823
Yxy68.50590.30860.3733
Hunter Lab82.7683-22.711916.1164
CIE-Lab86.2588-20.034713.8268

#bae2bd color RGB value is (186,226,189).

#bae2bd hex color red value is 186, green value is 226 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bae2bd hue: 0.35 , saturation: 0.41 and the lightness value of bae2bd is 0.81.

The process color (four color CMYK) of #bae2bd color hex is 0.18, 0.00, 0.16, 0.11. Web safe color of #bae2bd is #cccccc. Color #bae2bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 10111101
Octal 272 342 275
Decimal 186 226 189
Hex BA E2 BD

RGB Percentages of Color #bae2bd

%30.95
%37.60
%31.45

CMYK Percentages of Color #bae2bd

%18
%0
%16
%11

Triadic Colors of #bae2bd

#bae2bd #bdbae2 #e2bdba

Analogous Colors of #bae2bd

#bae2bd #bae2d1 #cbe2ba

Monochromatic Colors of #bae2bd

#bae2bd

Complementary Color

#bae2bd #e2badf

#bae2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae2bd Color CSS Codes

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

#bae2bd Text Font Color

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

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


#bae2bd Background Color

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

This div background color is #bae2bd


#bae2bd Border Color

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

This div border color is #bae2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae2bd


Comments

No comments written yet.

Please login to write comment.