Color Hex Logo

#bdfb6f Color Hex

#BDFB6F
(189,251,111)
0 Favorites   0 Comments

Color spaces of #bdfb6f

RGB 189251111
HSL0.240.950.71
HSV87°56°98°
CMYK 0.250.000.56   0.02
XYZ58.352780.960927.5904
Yxy80.96090.34960.4851
Hunter Lab89.9783-41.701244.8045
CIE-Lab92.1143-41.053759.8441

#bdfb6f color RGB value is (189,251,111).

#bdfb6f hex color red value is 189, green value is 251 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bdfb6f hue: 0.24 , saturation: 0.95 and the lightness value of bdfb6f is 0.71.

The process color (four color CMYK) of #bdfb6f color hex is 0.25, 0.00, 0.56, 0.02. Web safe color of #bdfb6f is #ccff66. Color #bdfb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 01101111
Octal 275 373 157
Decimal 189 251 111
Hex BD FB 6F

RGB Percentages of Color #bdfb6f

%34.30
%45.55
%20.15

CMYK Percentages of Color #bdfb6f

%25
%0
%56
%2

Triadic Colors of #bdfb6f

#bdfb6f #6fbdfb #fb6fbd

Analogous Colors of #bdfb6f

#bdfb6f #77fb6f #fbf36f

Monochromatic Colors of #bdfb6f

#bdfb6f

Complementary Color

#bdfb6f #ad6ffb

#bdfb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb6f Color CSS Codes

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

#bdfb6f Text Font Color

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

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


#bdfb6f Background Color

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

This div background color is #bdfb6f


#bdfb6f Border Color

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

This div border color is #bdfb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb6f


Comments

No comments written yet.

Please login to write comment.