Color Hex Logo

#bdfa83 Color Hex

#BDFA83
(189,250,131)
0 Favorites   0 Comments

Color spaces of #bdfa83

RGB 189250131
HSL0.250.920.75
HSV91°48°98°
CMYK 0.240.000.48   0.02
XYZ59.268680.828733.9504
Yxy80.82870.34050.4644
Hunter Lab89.9048-39.659540.5439
CIE-Lab92.0554-38.588050.6821

#bdfa83 color RGB value is (189,250,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 10000011
Octal 275 372 203
Decimal 189 250 131
Hex BD FA 83

RGB Percentages of Color #bdfa83

%33.16
%43.86
%22.98

CMYK Percentages of Color #bdfa83

%24
%0
%48
%2

Triadic Colors of #bdfa83

#bdfa83 #83bdfa #fa83bd

Analogous Colors of #bdfa83

#bdfa83 #83fa85 #f9fa83

Monochromatic Colors of #bdfa83

#bdfa83

Complementary Color

#bdfa83 #c083fa

#bdfa83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa83 Color CSS Codes

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

#bdfa83 Text Font Color

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

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


#bdfa83 Background Color

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

This div background color is #bdfa83


#bdfa83 Border Color

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

This div border color is #bdfa83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa83


Comments

No comments written yet.

Please login to write comment.