Color Hex Logo

#bdf150 Color Hex

#BDF150
(189,241,80)
0 Favorites   0 Comments

Color spaces of #bdf150

RGB 18924180
HSL0.220.850.63
HSV79°67°95°
CMYK 0.220.000.67   0.05
XYZ53.889574.308619.0921
Yxy74.30860.36590.5045
Hunter Lab86.2024-39.264947.2102
CIE-Lab89.0681-39.046869.2096

#bdf150 color RGB value is (189,241,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01010000
Octal 275 361 120
Decimal 189 241 80
Hex BD F1 50

RGB Percentages of Color #bdf150

%37.06
%47.25
%15.69

CMYK Percentages of Color #bdf150

%22
%0
%67
%5

Triadic Colors of #bdf150

#bdf150 #50bdf1 #f150bd

Analogous Colors of #bdf150

#bdf150 #6df150 #f1d550

Monochromatic Colors of #bdf150

#bdf150

Complementary Color

#bdf150 #8450f1

#bdf150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf150 Color CSS Codes

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

#bdf150 Text Font Color

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

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


#bdf150 Background Color

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

This div background color is #bdf150


#bdf150 Border Color

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

This div border color is #bdf150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf150


Comments

No comments written yet.

Please login to write comment.