Color Hex Logo

#bdf937 Color Hex

#BDF937
(189,249,55)
0 Favorites   0 Comments

Color spaces of #bdf937

RGB 18924955
HSL0.220.940.60
HSV79°78°98°
CMYK 0.240.000.78   0.02
XYZ55.551578.846015.9054
Yxy78.84600.36960.5246
Hunter Lab88.7953-43.719851.5364
CIE-Lab91.1646-43.871879.4350

#bdf937 color RGB value is (189,249,55).

#bdf937 hex color red value is 189, green value is 249 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bdf937 hue: 0.22 , saturation: 0.94 and the lightness value of bdf937 is 0.60.

The process color (four color CMYK) of #bdf937 color hex is 0.24, 0.00, 0.78, 0.02. Web safe color of #bdf937 is #ccff33. Color #bdf937 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00110111
Octal 275 371 67
Decimal 189 249 55
Hex BD F9 37

RGB Percentages of Color #bdf937

%38.34
%50.51
%11.16

CMYK Percentages of Color #bdf937

%24
%0
%78
%2

Triadic Colors of #bdf937

#bdf937 #37bdf9 #f937bd

Analogous Colors of #bdf937

#bdf937 #5cf937 #f9d437

Monochromatic Colors of #bdf937

#bdf937

Complementary Color

#bdf937 #7337f9

#bdf937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf937 Color CSS Codes

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

#bdf937 Text Font Color

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

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


#bdf937 Background Color

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

This div background color is #bdf937


#bdf937 Border Color

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

This div border color is #bdf937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf937

Related Colors


Comments

No comments written yet.

Please login to write comment.