Color Hex Logo

#bdf640 Color Hex

#BDF640
(189,246,64)
0 Favorites   0 Comments

Color spaces of #bdf640

RGB 18924664
HSL0.220.910.61
HSV79°74°96°
CMYK 0.230.000.74   0.04
XYZ54.867477.100516.8406
Yxy77.10050.36870.5181
Hunter Lab87.8069-42.123850.0935
CIE-Lab90.3679-42.160876.0361

#bdf640 color RGB value is (189,246,64).

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

The process color (four color CMYK) of #bdf640 color hex is 0.23, 0.00, 0.74, 0.04. Web safe color of #bdf640 is #ccff33. Color #bdf640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 01000000
Octal 275 366 100
Decimal 189 246 64
Hex BD F6 40

RGB Percentages of Color #bdf640

%37.88
%49.30
%12.83

CMYK Percentages of Color #bdf640

%23
%0
%74
%4

Triadic Colors of #bdf640

#bdf640 #40bdf6 #f640bd

Analogous Colors of #bdf640

#bdf640 #62f640 #f6d440

Monochromatic Colors of #bdf640

#bdf640

Complementary Color

#bdf640 #7940f6

#bdf640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf640 Color CSS Codes

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

#bdf640 Text Font Color

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

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


#bdf640 Background Color

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

This div background color is #bdf640


#bdf640 Border Color

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

This div border color is #bdf640


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,246,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 #bdf640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf640


Comments

No comments written yet.

Please login to write comment.