Color Hex Logo

#bdf939 Color Hex

#BDF939
(189,249,57)
0 Favorites   0 Comments

Color spaces of #bdf939

RGB 18924957
HSL0.220.940.60
HSV79°77°98°
CMYK 0.240.000.77   0.02
XYZ55.600578.865616.1630
Yxy78.86560.36910.5236
Hunter Lab88.8063-43.654551.3735
CIE-Lab91.1734-43.787278.8847

#bdf939 color RGB value is (189,249,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00111001
Octal 275 371 71
Decimal 189 249 57
Hex BD F9 39

RGB Percentages of Color #bdf939

%38.18
%50.30
%11.52

CMYK Percentages of Color #bdf939

%24
%0
%77
%2

Triadic Colors of #bdf939

#bdf939 #39bdf9 #f939bd

Analogous Colors of #bdf939

#bdf939 #5df939 #f9d539

Monochromatic Colors of #bdf939

#bdf939

Complementary Color

#bdf939 #7539f9

#bdf939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf939 Color CSS Codes

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

#bdf939 Text Font Color

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

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


#bdf939 Background Color

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

This div background color is #bdf939


#bdf939 Border Color

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

This div border color is #bdf939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf939


Comments

No comments written yet.

Please login to write comment.