Color Hex Logo

#bdfa81 Color Hex

#BDFA81
(189,250,129)
0 Favorites   0 Comments

Color spaces of #bdfa81

RGB 189250129
HSL0.250.920.74
HSV90°48°98°
CMYK 0.240.000.48   0.02
XYZ59.134380.775033.2433
Yxy80.77500.34150.4665
Hunter Lab89.8749-39.834840.9820
CIE-Lab92.0315-38.807851.5889

#bdfa81 color RGB value is (189,250,129).

#bdfa81 hex color red value is 189, green value is 250 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bdfa81 hue: 0.25 , saturation: 0.92 and the lightness value of bdfa81 is 0.74.

The process color (four color CMYK) of #bdfa81 color hex is 0.24, 0.00, 0.48, 0.02. Web safe color of #bdfa81 is #ccff99. Color #bdfa81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 10000001
Octal 275 372 201
Decimal 189 250 129
Hex BD FA 81

RGB Percentages of Color #bdfa81

%33.27
%44.01
%22.71

CMYK Percentages of Color #bdfa81

%24
%0
%48
%2

Triadic Colors of #bdfa81

#bdfa81 #81bdfa #fa81bd

Analogous Colors of #bdfa81

#bdfa81 #81fa82 #fafa81

Monochromatic Colors of #bdfa81

#bdfa81

Complementary Color

#bdfa81 #be81fa

#bdfa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa81 Color CSS Codes

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

#bdfa81 Text Font Color

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

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


#bdfa81 Background Color

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

This div background color is #bdfa81


#bdfa81 Border Color

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

This div border color is #bdfa81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,250,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdfa81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdfa81;
  -webkit-box-shadow: 1px 1px 3px 2px #bdfa81;
  box-shadow:         1px 1px 3px 2px #bdfa81; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,250,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa81


Comments

No comments written yet.

Please login to write comment.