Color Hex Logo

#bae3bd Color Hex

#BAE3BD
(186,227,189)
0 Favorites   0 Comments

Color spaces of #bae3bd

RGB 186227189
HSL0.350.420.81
HSV124°18°89°
CMYK 0.180.000.17   0.11
XYZ56.904169.051458.4732
Yxy69.05140.30850.3744
Hunter Lab83.0972-23.185116.4473
CIE-Lab86.5295-20.527314.2093

#bae3bd color RGB value is (186,227,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100011 10111101
Octal 272 343 275
Decimal 186 227 189
Hex BA E3 BD

RGB Percentages of Color #bae3bd

%30.90
%37.71
%31.40

CMYK Percentages of Color #bae3bd

%18
%0
%17
%11

Triadic Colors of #bae3bd

#bae3bd #bdbae3 #e3bdba

Analogous Colors of #bae3bd

#bae3bd #bae3d2 #cce3ba

Monochromatic Colors of #bae3bd

#bae3bd

Complementary Color

#bae3bd #e3bae0

#bae3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae3bd Color CSS Codes

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

#bae3bd Text Font Color

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

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


#bae3bd Background Color

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

This div background color is #bae3bd


#bae3bd Border Color

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

This div border color is #bae3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae3bd


Comments

No comments written yet.

Please login to write comment.