Color Hex Logo

#bdf500 Color Hex

#BDF500
(189,245,0)
0 Favorites   0 Comments

Color spaces of #bdf500

RGB 1892450
HSL0.201.000.48
HSV74°100°96°
CMYK 0.230.001.00   0.04
XYZ53.638776.123611.8663
Yxy76.12360.37870.5375
Hunter Lab87.2488-42.947553.0104
CIE-Lab89.9167-43.347387.0831

#bdf500 color RGB value is (189,245,0).

#bdf500 hex color red value is 189, green value is 245 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bdf500 hue: 0.20 , saturation: 1.00 and the lightness value of bdf500 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00000000
Octal 275 365 0
Decimal 189 245 0
Hex BD F5 0

RGB Percentages of Color #bdf500

%43.55
%56.45
%0.00

CMYK Percentages of Color #bdf500

%23
%0
%100
%4

Triadic Colors of #bdf500

#bdf500 #00bdf5 #f500bd

Analogous Colors of #bdf500

#bdf500 #43f500 #f5b300

Monochromatic Colors of #bdf500

#bdf500

Complementary Color

#bdf500 #3800f5

#bdf500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf500 Color CSS Codes

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

#bdf500 Text Font Color

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

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


#bdf500 Background Color

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

This div background color is #bdf500


#bdf500 Border Color

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

This div border color is #bdf500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf500

Related Colors


Comments

No comments written yet.

Please login to write comment.