Color Hex Logo

#bdf650 Color Hex

#BDF650
(189,246,80)
0 Favorites   0 Comments

Color spaces of #bdf650

RGB 18924680
HSL0.220.900.64
HSV81°67°96°
CMYK 0.230.000.67   0.04
XYZ55.390077.309519.5923
Yxy77.30950.36370.5076
Hunter Lab87.9258-41.421848.3366
CIE-Lab90.4639-41.257170.6468

#bdf650 color RGB value is (189,246,80).

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

The process color (four color CMYK) of #bdf650 color hex is 0.23, 0.00, 0.67, 0.04. Web safe color of #bdf650 is #ccff66. Color #bdf650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 01010000
Octal 275 366 120
Decimal 189 246 80
Hex BD F6 50

RGB Percentages of Color #bdf650

%36.70
%47.77
%15.53

CMYK Percentages of Color #bdf650

%23
%0
%67
%4

Triadic Colors of #bdf650

#bdf650 #50bdf6 #f650bd

Analogous Colors of #bdf650

#bdf650 #6af650 #f6dc50

Monochromatic Colors of #bdf650

#bdf650

Complementary Color

#bdf650 #8950f6

#bdf650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf650 Color CSS Codes

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

#bdf650 Text Font Color

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

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


#bdf650 Background Color

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

This div background color is #bdf650


#bdf650 Border Color

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

This div border color is #bdf650


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,246,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 #bdf650">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf650


Comments

No comments written yet.

Please login to write comment.