Color Hex Logo

#bdf98f Color Hex

#BDF98F
(189,249,143)
0 Favorites   0 Comments

Color spaces of #bdf98f

RGB 189249143
HSL0.260.900.77
HSV94°43°98°
CMYK 0.240.000.43   0.02
XYZ59.819980.553438.3821
Yxy80.55340.33460.4506
Hunter Lab89.7515-38.094037.4708
CIE-Lab91.9326-36.738344.8089

#bdf98f color RGB value is (189,249,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10001111
Octal 275 371 217
Decimal 189 249 143
Hex BD F9 8F

RGB Percentages of Color #bdf98f

%32.53
%42.86
%24.61

CMYK Percentages of Color #bdf98f

%24
%0
%43
%2

Triadic Colors of #bdf98f

#bdf98f #8fbdf9 #f98fbd

Analogous Colors of #bdf98f

#bdf98f #8ff996 #f2f98f

Monochromatic Colors of #bdf98f

#bdf98f

Complementary Color

#bdf98f #cb8ff9

#bdf98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf98f Color CSS Codes

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

#bdf98f Text Font Color

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

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


#bdf98f Background Color

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

This div background color is #bdf98f


#bdf98f Border Color

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

This div border color is #bdf98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf98f


Comments

No comments written yet.

Please login to write comment.