Color Hex Logo

#bdf20b Color Hex

#BDF20B
(189,242,11)
0 Favorites   0 Comments

Color spaces of #bdf20b

RGB 18924211
HSL0.200.910.50
HSV74°95°95°
CMYK 0.220.000.95   0.05
XYZ52.798874.347211.8843
Yxy74.34720.37980.5348
Hunter Lab86.2248-41.591052.1855
CIE-Lab89.0863-41.936185.6031

#bdf20b color RGB value is (189,242,11).

#bdf20b hex color red value is 189, green value is 242 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bdf20b hue: 0.20 , saturation: 0.91 and the lightness value of bdf20b is 0.50.

The process color (four color CMYK) of #bdf20b color hex is 0.22, 0.00, 0.95, 0.05. Web safe color of #bdf20b is #ccff00. Color #bdf20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 00001011
Octal 275 362 13
Decimal 189 242 11
Hex BD F2 B

RGB Percentages of Color #bdf20b

%42.76
%54.75
%2.49

CMYK Percentages of Color #bdf20b

%22
%0
%95
%5

Triadic Colors of #bdf20b

#bdf20b #0bbdf2 #f20bbd

Analogous Colors of #bdf20b

#bdf20b #4af20b #f2b40b

Monochromatic Colors of #bdf20b

#bdf20b

Complementary Color

#bdf20b #400bf2

#bdf20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf20b Color CSS Codes

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

#bdf20b Text Font Color

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

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


#bdf20b Background Color

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

This div background color is #bdf20b


#bdf20b Border Color

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

This div border color is #bdf20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf20b


Comments

No comments written yet.

Please login to write comment.