Color Hex Logo

#bdf934 Color Hex

#BDF934
(189,249,52)
0 Favorites   0 Comments

Color spaces of #bdf934

RGB 18924952
HSL0.220.940.59
HSV78°79°98°
CMYK 0.240.000.79   0.02
XYZ55.481878.818115.5380
Yxy78.81810.37030.5260
Hunter Lab88.7796-43.812651.7689
CIE-Lab91.1519-43.992280.2306

#bdf934 color RGB value is (189,249,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00110100
Octal 275 371 64
Decimal 189 249 52
Hex BD F9 34

RGB Percentages of Color #bdf934

%38.57
%50.82
%10.61

CMYK Percentages of Color #bdf934

%24
%0
%79
%2

Triadic Colors of #bdf934

#bdf934 #34bdf9 #f934bd

Analogous Colors of #bdf934

#bdf934 #5bf934 #f9d334

Monochromatic Colors of #bdf934

#bdf934

Complementary Color

#bdf934 #7034f9

#bdf934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf934 Color CSS Codes

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

#bdf934 Text Font Color

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

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


#bdf934 Background Color

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

This div background color is #bdf934


#bdf934 Border Color

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

This div border color is #bdf934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf934


Comments

No comments written yet.

Please login to write comment.