Color Hex Logo

#bdf240 Color Hex

#BDF240
(189,242,64)
0 Favorites   0 Comments

Color spaces of #bdf240

RGB 18924264
HSL0.220.870.60
HSV78°74°95°
CMYK 0.220.000.74   0.05
XYZ53.663874.693216.4393
Yxy74.69320.37060.5159
Hunter Lab86.4252-40.408649.2199
CIE-Lab89.2491-40.405374.9669

#bdf240 color RGB value is (189,242,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 01000000
Octal 275 362 100
Decimal 189 242 64
Hex BD F2 40

RGB Percentages of Color #bdf240

%38.18
%48.89
%12.93

CMYK Percentages of Color #bdf240

%22
%0
%74
%5

Triadic Colors of #bdf240

#bdf240 #40bdf2 #f240bd

Analogous Colors of #bdf240

#bdf240 #64f240 #f2ce40

Monochromatic Colors of #bdf240

#bdf240

Complementary Color

#bdf240 #7540f2

#bdf240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf240 Color CSS Codes

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

#bdf240 Text Font Color

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

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


#bdf240 Background Color

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

This div background color is #bdf240


#bdf240 Border Color

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

This div border color is #bdf240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf240


Comments

No comments written yet.

Please login to write comment.