Color Hex Logo

#bdf648 Color Hex

#BDF648
(189,246,72)
2 Favorites   0 Comments

Color spaces of #bdf648

RGB 18924672
HSL0.220.910.62
HSV80°71°96°
CMYK 0.230.000.71   0.04
XYZ55.111777.198218.1269
Yxy77.19820.36630.5132
Hunter Lab87.8625-41.795449.2716
CIE-Lab90.4128-41.737473.4470

#bdf648 color RGB value is (189,246,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 01001000
Octal 275 366 110
Decimal 189 246 72
Hex BD F6 48

RGB Percentages of Color #bdf648

%37.28
%48.52
%14.20

CMYK Percentages of Color #bdf648

%23
%0
%71
%4

Triadic Colors of #bdf648

#bdf648 #48bdf6 #f648bd

Analogous Colors of #bdf648

#bdf648 #66f648 #f6d848

Monochromatic Colors of #bdf648

#bdf648

Complementary Color

#bdf648 #8148f6

#bdf648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf648 Color CSS Codes

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

#bdf648 Text Font Color

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

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


#bdf648 Background Color

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

This div background color is #bdf648


#bdf648 Border Color

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

This div border color is #bdf648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf648


Comments

No comments written yet.

Please login to write comment.