Color Hex Logo

#bafc9d Color Hex

#BAFC9D
(186,252,157)
0 Favorites   0 Comments

Color spaces of #bafc9d

RGB 186252157
HSL0.280.940.80
HSV102°38°99°
CMYK 0.260.000.38   0.01
XYZ61.145982.494244.5985
Yxy82.49420.32480.4382
Hunter Lab90.8263-38.776734.4652
CIE-Lab92.7925-37.302039.0425

#bafc9d color RGB value is (186,252,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111100 10011101
Octal 272 374 235
Decimal 186 252 157
Hex BA FC 9D

RGB Percentages of Color #bafc9d

%31.26
%42.35
%26.39

CMYK Percentages of Color #bafc9d

%26
%0
%38
%1

Triadic Colors of #bafc9d

#bafc9d #9dbafc #fc9dba

Analogous Colors of #bafc9d

#bafc9d #9dfcb0 #eafc9d

Monochromatic Colors of #bafc9d

#bafc9d

Complementary Color

#bafc9d #df9dfc

#bafc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafc9d Color CSS Codes

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

#bafc9d Text Font Color

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

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


#bafc9d Background Color

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

This div background color is #bafc9d


#bafc9d Border Color

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

This div border color is #bafc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafc9d


Comments

No comments written yet.

Please login to write comment.