color codes Logo

#bdfb3c color codes

#BDFB3C
(189,251,60)
0 Favorites   0 Comments

Color spaces of #bdfb3c

RGB 18925160
HSL0.220.960.61
HSV79°76°98°
CMYK 0.250.000.76   0.02
XYZ56.299180.139416.7761
Yxy80.13940.36750.5231
Hunter Lab89.5206-44.403251.5535
CIE-Lab91.7474-44.516978.5519

#bdfb3c color RGB value is (189,251,60).

#bdfb3c hex color red value is 189, green value is 251 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bdfb3c hue: 0.22 , saturation: 0.96 and the lightness value of bdfb3c is 0.61.

The process color (four color CMYK) of #bdfb3c color code is 0.25, 0.00, 0.76, 0.02. Web safe color of #bdfb3c is #ccff33. Color #bdfb3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 00111100
Octal 275 373 74
Decimal 189 251 60
Hex BD FB 3C

RGB Percentages of Color #bdfb3c

%37.80
%50.20
%12.00

CMYK Percentages of Color #bdfb3c

%25
%0
%76
%2

Triadic Colors of #bdfb3c

#bdfb3c #3cbdfb #fb3cbd

Analogous Colors of #bdfb3c

#bdfb3c #5efb3c #fbda3c

Monochromatic Colors of #bdfb3c

#bdfb3c

Complementary Color

#bdfb3c #7a3cfb

#bdfb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb3c Color CSS Codes

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

#bdfb3c Text Font Color

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

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


#bdfb3c Background Color

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

This div background color is #bdfb3c


#bdfb3c Border Color

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

This div border color is #bdfb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb3c


Comments

No comments written yet.

Please login to write comment.