Color Hex Logo

#baeebd Color Hex

#BAEEBD
(186,238,189)
0 Favorites   0 Comments

Color spaces of #baeebd

RGB 186238189
HSL0.340.600.83
HSV123°22°93°
CMYK 0.220.000.21   0.07
XYZ60.009575.262359.5084
Yxy75.26230.30810.3864
Hunter Lab86.7538-28.346920.0580
CIE-Lab89.5157-25.868518.4042

#baeebd color RGB value is (186,238,189).

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

The process color (four color CMYK) of #baeebd color hex is 0.22, 0.00, 0.21, 0.07. Web safe color of #baeebd is #ccffcc. Color #baeebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 10111101
Octal 272 356 275
Decimal 186 238 189
Hex BA EE BD

RGB Percentages of Color #baeebd

%30.34
%38.83
%30.83

CMYK Percentages of Color #baeebd

%22
%0
%21
%7

Triadic Colors of #baeebd

#baeebd #bdbaee #eebdba

Analogous Colors of #baeebd

#baeebd #baeed7 #d1eeba

Monochromatic Colors of #baeebd

#baeebd

Complementary Color

#baeebd #eebaeb

#baeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeebd Color CSS Codes

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

#baeebd Text Font Color

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

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


#baeebd Background Color

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

This div background color is #baeebd


#baeebd Border Color

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

This div border color is #baeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeebd


Comments

No comments written yet.

Please login to write comment.