Color Hex Logo

#baefab Color Hex

#BAEFAB
(186,239,171)
0 Favorites   0 Comments

Color spaces of #baefab

RGB 186239171
HSL0.300.680.80
HSV107°28°94°
CMYK 0.220.000.28   0.06
XYZ58.466975.112449.9447
Yxy75.11240.31860.4093
Hunter Lab86.6674-31.249726.4995
CIE-Lab89.4456-29.273727.5594

#baefab color RGB value is (186,239,171).

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

The process color (four color CMYK) of #baefab color hex is 0.22, 0.00, 0.28, 0.06. Web safe color of #baefab is #ccff99. Color #baefab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 10101011
Octal 272 357 253
Decimal 186 239 171
Hex BA EF AB

RGB Percentages of Color #baefab

%31.21
%40.10
%28.69

CMYK Percentages of Color #baefab

%22
%0
%28
%6

Triadic Colors of #baefab

#baefab #abbaef #efabba

Analogous Colors of #baefab

#baefab #abefbe #dcefab

Monochromatic Colors of #baefab

#baefab

Complementary Color

#baefab #e0abef

#baefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefab Color CSS Codes

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

#baefab Text Font Color

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

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


#baefab Background Color

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

This div background color is #baefab


#baefab Border Color

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

This div border color is #baefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefab


Comments

No comments written yet.

Please login to write comment.