Color Hex Logo

#bdf836 Color Hex

#BDF836
(189,248,54)
0 Favorites   0 Comments

Color spaces of #bdf836

RGB 18924854
HSL0.220.930.59
HSV78°78°97°
CMYK 0.240.000.78   0.03
XYZ55.219578.220015.6776
Yxy78.22000.37030.5246
Hunter Lab88.4421-43.325851.3995
CIE-Lab90.8802-43.480579.4500

#bdf836 color RGB value is (189,248,54).

#bdf836 hex color red value is 189, green value is 248 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bdf836 hue: 0.22 , saturation: 0.93 and the lightness value of bdf836 is 0.59.

The process color (four color CMYK) of #bdf836 color hex is 0.24, 0.00, 0.78, 0.03. Web safe color of #bdf836 is #ccff33. Color #bdf836 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00110110
Octal 275 370 66
Decimal 189 248 54
Hex BD F8 36

RGB Percentages of Color #bdf836

%38.49
%50.51
%11.00

CMYK Percentages of Color #bdf836

%24
%0
%78
%3

Triadic Colors of #bdf836

#bdf836 #36bdf8 #f836bd

Analogous Colors of #bdf836

#bdf836 #5cf836 #f8d236

Monochromatic Colors of #bdf836

#bdf836

Complementary Color

#bdf836 #7136f8

#bdf836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf836 Color CSS Codes

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

#bdf836 Text Font Color

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

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


#bdf836 Background Color

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

This div background color is #bdf836


#bdf836 Border Color

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

This div border color is #bdf836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf836


Comments

No comments written yet.

Please login to write comment.