Color Hex Logo

#bdfb21 Color Hex

#BDFB21
(189,251,33)
0 Favorites   0 Comments

Color spaces of #bdfb21

RGB 18925133
HSL0.210.960.56
HSV77°87°98°
CMYK 0.250.000.87   0.02
XYZ55.758079.923013.9268
Yxy79.92300.37270.5342
Hunter Lab89.3997-45.120153.3435
CIE-Lab91.6503-45.448184.8349

#bdfb21 color RGB value is (189,251,33).

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

The process color (four color CMYK) of #bdfb21 color hex is 0.25, 0.00, 0.87, 0.02. Web safe color of #bdfb21 is #ccff33. Color #bdfb21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 00100001
Octal 275 373 41
Decimal 189 251 33
Hex BD FB 21

RGB Percentages of Color #bdfb21

%39.96
%53.07
%6.98

CMYK Percentages of Color #bdfb21

%25
%0
%87
%2

Triadic Colors of #bdfb21

#bdfb21 #21bdfb #fb21bd

Analogous Colors of #bdfb21

#bdfb21 #50fb21 #fbcc21

Monochromatic Colors of #bdfb21

#bdfb21

Complementary Color

#bdfb21 #5f21fb

#bdfb21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb21 Color CSS Codes

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

#bdfb21 Text Font Color

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

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


#bdfb21 Background Color

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

This div background color is #bdfb21


#bdfb21 Border Color

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

This div border color is #bdfb21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb21


Comments

No comments written yet.

Please login to write comment.