Color Hex Logo

#bdf01b Color Hex

#BDF01B
(189,240,27)
0 Favorites   0 Comments

Color spaces of #bdf01b

RGB 18924027
HSL0.210.880.52
HSV74°89°94°
CMYK 0.210.000.89   0.06
XYZ52.344273.218112.4106
Yxy73.21810.37940.5307
Hunter Lab85.5676-40.549651.2980
CIE-Lab88.5516-40.814583.2906

#bdf01b color RGB value is (189,240,27).

#bdf01b hex color red value is 189, green value is 240 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bdf01b hue: 0.21 , saturation: 0.88 and the lightness value of bdf01b is 0.52.

The process color (four color CMYK) of #bdf01b color hex is 0.21, 0.00, 0.89, 0.06. Web safe color of #bdf01b is #ccff33. Color #bdf01b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 00011011
Octal 275 360 33
Decimal 189 240 27
Hex BD F0 1B

RGB Percentages of Color #bdf01b

%41.45
%52.63
%5.92

CMYK Percentages of Color #bdf01b

%21
%0
%89
%6

Triadic Colors of #bdf01b

#bdf01b #1bbdf0 #f01bbd

Analogous Colors of #bdf01b

#bdf01b #53f01b #f0b91b

Monochromatic Colors of #bdf01b

#bdf01b

Complementary Color

#bdf01b #4e1bf0

#bdf01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf01b Color CSS Codes

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

#bdf01b Text Font Color

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

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


#bdf01b Background Color

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

This div background color is #bdf01b


#bdf01b Border Color

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

This div border color is #bdf01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf01b


Comments

No comments written yet.

Please login to write comment.