Color Hex Logo

#bdff2c Color Hex

#BDFF2C
(189,255,44)
0 Favorites   0 Comments

Color spaces of #bdff2c

RGB 18925544
HSL0.221.000.59
HSV79°83°100°
CMYK 0.260.000.83   0.00
XYZ57.200982.520715.2962
Yxy82.52070.36900.5323
Hunter Lab90.8409-46.573353.6051
CIE-Lab92.8042-46.842083.6243

#bdff2c color RGB value is (189,255,44).

#bdff2c hex color red value is 189, green value is 255 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bdff2c hue: 0.22 , saturation: 1.00 and the lightness value of bdff2c is 0.59.

The process color (four color CMYK) of #bdff2c color hex is 0.26, 0.00, 0.83, 0.00. Web safe color of #bdff2c is #ccff33. Color #bdff2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 00101100
Octal 275 377 54
Decimal 189 255 44
Hex BD FF 2C

RGB Percentages of Color #bdff2c

%38.73
%52.25
%9.02

CMYK Percentages of Color #bdff2c

%26
%0
%83
%0

Triadic Colors of #bdff2c

#bdff2c #2cbdff #ff2cbd

Analogous Colors of #bdff2c

#bdff2c #54ff2c #ffd82c

Monochromatic Colors of #bdff2c

#bdff2c

Complementary Color

#bdff2c #6e2cff

#bdff2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff2c Color CSS Codes

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

#bdff2c Text Font Color

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

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


#bdff2c Background Color

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

This div background color is #bdff2c


#bdff2c Border Color

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

This div border color is #bdff2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff2c

Related Colors


Comments

No comments written yet.

Please login to write comment.