Color Hex Logo

#bdf616 Color Hex

#BDF616
(189,246,22)
0 Favorites   0 Comments

Color spaces of #bdf616

RGB 18924622
HSL0.210.930.53
HSV75°91°96°
CMYK 0.230.000.91   0.04
XYZ54.086976.788312.7300
Yxy76.78830.37660.5347
Hunter Lab87.6289-43.175752.7271
CIE-Lab90.2241-43.524685.3494

#bdf616 color RGB value is (189,246,22).

#bdf616 hex color red value is 189, green value is 246 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bdf616 hue: 0.21 , saturation: 0.93 and the lightness value of bdf616 is 0.53.

The process color (four color CMYK) of #bdf616 color hex is 0.23, 0.00, 0.91, 0.04. Web safe color of #bdf616 is #ccff00. Color #bdf616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 00010110
Octal 275 366 26
Decimal 189 246 22
Hex BD F6 16

RGB Percentages of Color #bdf616

%41.36
%53.83
%4.81

CMYK Percentages of Color #bdf616

%23
%0
%91
%4

Triadic Colors of #bdf616

#bdf616 #16bdf6 #f616bd

Analogous Colors of #bdf616

#bdf616 #4df616 #f6bf16

Monochromatic Colors of #bdf616

#bdf616

Complementary Color

#bdf616 #4f16f6

#bdf616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf616 Color CSS Codes

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

#bdf616 Text Font Color

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

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


#bdf616 Background Color

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

This div background color is #bdf616


#bdf616 Border Color

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

This div border color is #bdf616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf616


Comments

No comments written yet.

Please login to write comment.