Color Hex Logo

#bafd9b Color Hex

#BAFD9B
(186,253,155)
0 Favorites   0 Comments

Color spaces of #bafd9b

RGB 186253155
HSL0.280.960.80
HSV101°39°99°
CMYK 0.260.000.39   0.01
XYZ61.291483.056243.8114
Yxy83.05620.32570.4414
Hunter Lab91.1352-39.439435.2921
CIE-Lab93.0390-38.022440.3464

#bafd9b color RGB value is (186,253,155).

#bafd9b hex color red value is 186, green value is 253 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bafd9b hue: 0.28 , saturation: 0.96 and the lightness value of bafd9b is 0.80.

The process color (four color CMYK) of #bafd9b color hex is 0.26, 0.00, 0.39, 0.01. Web safe color of #bafd9b is #ccff99. Color #bafd9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111101 10011011
Octal 272 375 233
Decimal 186 253 155
Hex BA FD 9B

RGB Percentages of Color #bafd9b

%31.31
%42.59
%26.09

CMYK Percentages of Color #bafd9b

%26
%0
%39
%1

Triadic Colors of #bafd9b

#bafd9b #9bbafd #fd9bba

Analogous Colors of #bafd9b

#bafd9b #9bfdad #ebfd9b

Monochromatic Colors of #bafd9b

#bafd9b

Complementary Color

#bafd9b #de9bfd

#bafd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafd9b Color CSS Codes

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

#bafd9b Text Font Color

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

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


#bafd9b Background Color

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

This div background color is #bafd9b


#bafd9b Border Color

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

This div border color is #bafd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafd9b


Comments

No comments written yet.

Please login to write comment.