Color Hex Logo

#bdfa8d Color Hex

#BDFA8D
(189,250,141)
0 Favorites   0 Comments

Color spaces of #bdfa8d

RGB 189250141
HSL0.260.920.77
HSV94°44°98°
CMYK 0.240.000.44   0.02
XYZ59.979681.113137.6944
Yxy81.11310.33550.4537
Hunter Lab90.0628-38.733338.2291
CIE-Lab92.1820-37.432346.0878

#bdfa8d color RGB value is (189,250,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 10001101
Octal 275 372 215
Decimal 189 250 141
Hex BD FA 8D

RGB Percentages of Color #bdfa8d

%32.59
%43.10
%24.31

CMYK Percentages of Color #bdfa8d

%24
%0
%44
%2

Triadic Colors of #bdfa8d

#bdfa8d #8dbdfa #fa8dbd

Analogous Colors of #bdfa8d

#bdfa8d #8dfa94 #f4fa8d

Monochromatic Colors of #bdfa8d

#bdfa8d

Complementary Color

#bdfa8d #ca8dfa

#bdfa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa8d Color CSS Codes

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

#bdfa8d Text Font Color

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

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


#bdfa8d Background Color

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

This div background color is #bdfa8d


#bdfa8d Border Color

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

This div border color is #bdfa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa8d


Comments

No comments written yet.

Please login to write comment.