Color Hex Logo

#bdf120 Color Hex

#BDF120
(189,241,32)
0 Favorites   0 Comments

Color spaces of #bdf120

RGB 18924132
HSL0.210.880.54
HSV75°87°95°
CMYK 0.220.000.87   0.05
XYZ52.702373.833712.8401
Yxy73.83370.37810.5297
Hunter Lab85.9265-40.890051.2888
CIE-Lab88.8438-41.141582.6885

#bdf120 color RGB value is (189,241,32).

#bdf120 hex color red value is 189, green value is 241 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bdf120 hue: 0.21 , saturation: 0.88 and the lightness value of bdf120 is 0.54.

The process color (four color CMYK) of #bdf120 color hex is 0.22, 0.00, 0.87, 0.05. Web safe color of #bdf120 is #ccff33. Color #bdf120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 00100000
Octal 275 361 40
Decimal 189 241 32
Hex BD F1 20

RGB Percentages of Color #bdf120

%40.91
%52.16
%6.93

CMYK Percentages of Color #bdf120

%22
%0
%87
%5

Triadic Colors of #bdf120

#bdf120 #20bdf1 #f120bd

Analogous Colors of #bdf120

#bdf120 #55f120 #f1bd20

Monochromatic Colors of #bdf120

#bdf120

Complementary Color

#bdf120 #5420f1

#bdf120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf120 Color CSS Codes

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

#bdf120 Text Font Color

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

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


#bdf120 Background Color

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

This div background color is #bdf120


#bdf120 Border Color

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

This div border color is #bdf120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf120


Comments

No comments written yet.

Please login to write comment.