Color Hex Logo

#baefb3 Color Hex

#BAEFB3
(186,239,179)
0 Favorites   0 Comments

Color spaces of #baefb3

RGB 186239179
HSL0.310.650.82
HSV113°25°94°
CMYK 0.220.000.25   0.06
XYZ59.252975.426854.0837
Yxy75.42680.31390.3996
Hunter Lab86.8486-30.202523.8720
CIE-Lab89.5925-28.009923.6645

#baefb3 color RGB value is (186,239,179).

#baefb3 hex color red value is 186, green value is 239 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #baefb3 hue: 0.31 , saturation: 0.65 and the lightness value of baefb3 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 10110011
Octal 272 357 263
Decimal 186 239 179
Hex BA EF B3

RGB Percentages of Color #baefb3

%30.79
%39.57
%29.64

CMYK Percentages of Color #baefb3

%22
%0
%25
%6

Triadic Colors of #baefb3

#baefb3 #b3baef #efb3ba

Analogous Colors of #baefb3

#baefb3 #b3efca #d8efb3

Monochromatic Colors of #baefb3

#baefb3

Complementary Color

#baefb3 #e8b3ef

#baefb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baefb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baefb3 Color CSS Codes

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

#baefb3 Text Font Color

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

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


#baefb3 Background Color

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

This div background color is #baefb3


#baefb3 Border Color

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

This div border color is #baefb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baefb3


Comments

No comments written yet.

Please login to write comment.