Color Hex Logo

#baecab Color Hex

#BAECAB
(186,236,171)
0 Favorites   0 Comments

Color spaces of #baecab

RGB 186236171
HSL0.290.630.80
HSV106°28°93°
CMYK 0.210.000.28   0.07
XYZ57.595873.370349.6543
Yxy73.37030.31890.4062
Hunter Lab85.6565-29.874625.5896
CIE-Lab88.6240-27.854826.4424

#baecab color RGB value is (186,236,171).

#baecab hex color red value is 186, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #baecab hue: 0.29 , saturation: 0.63 and the lightness value of baecab is 0.80.

The process color (four color CMYK) of #baecab color hex is 0.21, 0.00, 0.28, 0.07. Web safe color of #baecab is #ccff99. Color #baecab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 10101011
Octal 272 354 253
Decimal 186 236 171
Hex BA EC AB

RGB Percentages of Color #baecab

%31.37
%39.80
%28.84

CMYK Percentages of Color #baecab

%21
%0
%28
%7

Triadic Colors of #baecab

#baecab #abbaec #ecabba

Analogous Colors of #baecab

#baecab #abecbd #dbecab

Monochromatic Colors of #baecab

#baecab

Complementary Color

#baecab #ddabec

#baecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecab Color CSS Codes

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

#baecab Text Font Color

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

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


#baecab Background Color

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

This div background color is #baecab


#baecab Border Color

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

This div border color is #baecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecab


Comments

No comments written yet.

Please login to write comment.