Color Hex Logo

#baebac Color Hex

#BAEBAC
(186,235,172)
0 Favorites   0 Comments

Color spaces of #baebac

RGB 186235172
HSL0.300.610.80
HSV107°27°92°
CMYK 0.210.000.27   0.08
XYZ57.404472.834350.0626
Yxy72.83430.31840.4040
Hunter Lab85.3430-29.285624.9603
CIE-Lab88.3686-27.223225.5813

#baebac color RGB value is (186,235,172).

#baebac hex color red value is 186, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #baebac hue: 0.30 , saturation: 0.61 and the lightness value of baebac is 0.80.

The process color (four color CMYK) of #baebac color hex is 0.21, 0.00, 0.27, 0.08. Web safe color of #baebac is #ccff99. Color #baebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10101100
Octal 272 353 254
Decimal 186 235 172
Hex BA EB AC

RGB Percentages of Color #baebac

%31.37
%39.63
%29.01

CMYK Percentages of Color #baebac

%21
%0
%27
%8

Triadic Colors of #baebac

#baebac #acbaeb #ebacba

Analogous Colors of #baebac

#baebac #acebbe #daebac

Monochromatic Colors of #baebac

#baebac

Complementary Color

#baebac #ddaceb

#baebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebac Color CSS Codes

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

#baebac Text Font Color

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

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


#baebac Background Color

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

This div background color is #baebac


#baebac Border Color

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

This div border color is #baebac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,235,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #baebac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebac


Comments

No comments written yet.

Please login to write comment.