Color Hex Logo

#baedbd Color Hex

#BAEDBD
(186,237,189)
0 Favorites   0 Comments

Color spaces of #baedbd

RGB 186237189
HSL0.340.590.83
HSV124°22°93°
CMYK 0.220.000.20   0.07
XYZ59.719274.681659.4116
Yxy74.68160.30810.3853
Hunter Lab86.4185-27.880619.7319
CIE-Lab89.2436-25.388518.0238

#baedbd color RGB value is (186,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10111101
Octal 272 355 275
Decimal 186 237 189
Hex BA ED BD

RGB Percentages of Color #baedbd

%30.39
%38.73
%30.88

CMYK Percentages of Color #baedbd

%22
%0
%20
%7

Triadic Colors of #baedbd

#baedbd #bdbaed #edbdba

Analogous Colors of #baedbd

#baedbd #baedd7 #d1edba

Monochromatic Colors of #baedbd

#baedbd

Complementary Color

#baedbd #edbaea

#baedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baedbd Color CSS Codes

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

#baedbd Text Font Color

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

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


#baedbd Background Color

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

This div background color is #baedbd


#baedbd Border Color

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

This div border color is #baedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baedbd


Comments

No comments written yet.

Please login to write comment.