Color Hex Logo

#baefb9 Color Hex

#BAEFB9
(186,239,185)
0 Favorites   0 Comments

Color spaces of #baefb9

RGB 186239185
HSL0.330.630.83
HSV119°23°94°
CMYK 0.220.000.23   0.06
XYZ59.873275.674957.3500
Yxy75.67490.31040.3923
Hunter Lab86.9913-29.379321.8063
CIE-Lab89.7082-27.023120.7374

#baefb9 color RGB value is (186,239,185).

#baefb9 hex color red value is 186, green value is 239 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #baefb9 hue: 0.33 , saturation: 0.63 and the lightness value of baefb9 is 0.83.

The process color (four color CMYK) of #baefb9 color hex is 0.22, 0.00, 0.23, 0.06. Web safe color of #baefb9 is #ccffcc. Color #baefb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 10111001
Octal 272 357 271
Decimal 186 239 185
Hex BA EF B9

RGB Percentages of Color #baefb9

%30.49
%39.18
%30.33

CMYK Percentages of Color #baefb9

%22
%0
%23
%6

Triadic Colors of #baefb9

#baefb9 #b9baef #efb9ba

Analogous Colors of #baefb9

#baefb9 #b9efd3 #d5efb9

Monochromatic Colors of #baefb9

#baefb9

Complementary Color

#baefb9 #eeb9ef

#baefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefb9 Color CSS Codes

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

#baefb9 Text Font Color

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

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


#baefb9 Background Color

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

This div background color is #baefb9


#baefb9 Border Color

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

This div border color is #baefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefb9


Comments

No comments written yet.

Please login to write comment.