Color Hex Logo

#bdf151 Color Hex

#BDF151
(189,241,81)
0 Favorites   0 Comments

Color spaces of #bdf151

RGB 18924181
HSL0.220.850.63
HSV80°66°95°
CMYK 0.220.000.66   0.05
XYZ53.926874.323519.2882
Yxy74.32350.36550.5038
Hunter Lab86.2111-39.214047.0827
CIE-Lab89.0752-38.981668.8397

#bdf151 color RGB value is (189,241,81).

#bdf151 hex color red value is 189, green value is 241 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bdf151 hue: 0.22 , saturation: 0.85 and the lightness value of bdf151 is 0.63.

The process color (four color CMYK) of #bdf151 color hex is 0.22, 0.00, 0.66, 0.05. Web safe color of #bdf151 is #ccff66. Color #bdf151 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01010001
Octal 275 361 121
Decimal 189 241 81
Hex BD F1 51

RGB Percentages of Color #bdf151

%36.99
%47.16
%15.85

CMYK Percentages of Color #bdf151

%22
%0
%66
%5

Triadic Colors of #bdf151

#bdf151 #51bdf1 #f151bd

Analogous Colors of #bdf151

#bdf151 #6df151 #f1d551

Monochromatic Colors of #bdf151

#bdf151

Complementary Color

#bdf151 #8551f1

#bdf151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf151 Color CSS Codes

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

#bdf151 Text Font Color

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

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


#bdf151 Background Color

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

This div background color is #bdf151


#bdf151 Border Color

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

This div border color is #bdf151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf151


Comments

No comments written yet.

Please login to write comment.