Color Hex Logo

#bdfb8d Color Hex

#BDFB8D
(189,251,141)
0 Favorites   0 Comments

Color spaces of #bdfb8d

RGB 189251141
HSL0.260.930.77
HSV94°44°98°
CMYK 0.250.000.44   0.02
XYZ60.291281.736337.7983
Yxy81.73630.33530.4545
Hunter Lab90.4081-39.176538.4974
CIE-Lab92.4583-37.882146.4353

#bdfb8d color RGB value is (189,251,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 10001101
Octal 275 373 215
Decimal 189 251 141
Hex BD FB 8D

RGB Percentages of Color #bdfb8d

%32.53
%43.20
%24.27

CMYK Percentages of Color #bdfb8d

%25
%0
%44
%2

Triadic Colors of #bdfb8d

#bdfb8d #8dbdfb #fb8dbd

Analogous Colors of #bdfb8d

#bdfb8d #8dfb94 #f4fb8d

Monochromatic Colors of #bdfb8d

#bdfb8d

Complementary Color

#bdfb8d #cb8dfb

#bdfb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb8d Color CSS Codes

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

#bdfb8d Text Font Color

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

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


#bdfb8d Background Color

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

This div background color is #bdfb8d


#bdfb8d Border Color

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

This div border color is #bdfb8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,251,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 #bdfb8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb8d

Related Colors


Comments

No comments written yet.

Please login to write comment.