Color Hex Logo

#bdff32 Color Hex

#BDFF32
(189,255,50)
0 Favorites   0 Comments

Color spaces of #bdff32

RGB 18925550
HSL0.221.000.60
HSV79°80°100°
CMYK 0.260.000.80   0.00
XYZ57.322082.569115.9339
Yxy82.56910.36790.5299
Hunter Lab90.8675-46.415053.2106
CIE-Lab92.8255-46.636082.2358

#bdff32 color RGB value is (189,255,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 00110010
Octal 275 377 62
Decimal 189 255 50
Hex BD FF 32

RGB Percentages of Color #bdff32

%38.26
%51.62
%10.12

CMYK Percentages of Color #bdff32

%26
%0
%80
%0

Triadic Colors of #bdff32

#bdff32 #32bdff #ff32bd

Analogous Colors of #bdff32

#bdff32 #57ff32 #ffdb32

Monochromatic Colors of #bdff32

#bdff32

Complementary Color

#bdff32 #7432ff

#bdff32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff32 Color CSS Codes

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

#bdff32 Text Font Color

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

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


#bdff32 Background Color

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

This div background color is #bdff32


#bdff32 Border Color

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

This div border color is #bdff32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff32


Comments

No comments written yet.

Please login to write comment.