Color Hex Logo

#baebbd Color Hex

#BAEBBD
(186,235,189)
0 Favorites   0 Comments

Color spaces of #baebbd

RGB 186235189
HSL0.340.550.83
HSV124°21°92°
CMYK 0.210.000.20   0.08
XYZ59.143373.529959.2196
Yxy73.52990.30820.3832
Hunter Lab85.7496-26.946519.0784
CIE-Lab88.6998-24.425617.2625

#baebbd color RGB value is (186,235,189).

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

The process color (four color CMYK) of #baebbd color hex is 0.21, 0.00, 0.20, 0.08. Web safe color of #baebbd is #ccffcc. Color #baebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10111101
Octal 272 353 275
Decimal 186 235 189
Hex BA EB BD

RGB Percentages of Color #baebbd

%30.49
%38.52
%30.98

CMYK Percentages of Color #baebbd

%21
%0
%20
%8

Triadic Colors of #baebbd

#baebbd #bdbaeb #ebbdba

Analogous Colors of #baebbd

#baebbd #baebd6 #d0ebba

Monochromatic Colors of #baebbd

#baebbd

Complementary Color

#baebbd #ebbae8

#baebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebbd Color CSS Codes

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

#baebbd Text Font Color

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

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


#baebbd Background Color

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

This div background color is #baebbd


#baebbd Border Color

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

This div border color is #baebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebbd


Comments

No comments written yet.

Please login to write comment.