Color Hex Logo

#bdf400 Color Hex

#BDF400
(189,244,0)
0 Favorites   0 Comments

Color spaces of #bdf400

RGB 1892440
HSL0.201.000.48
HSV74°100°96°
CMYK 0.230.001.00   0.04
XYZ53.336975.520211.7657
Yxy75.52020.37930.5370
Hunter Lab86.9024-42.523652.8044
CIE-Lab89.6361-42.914386.8700

#bdf400 color RGB value is (189,244,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 00000000
Octal 275 364 0
Decimal 189 244 0
Hex BD F4 0

RGB Percentages of Color #bdf400

%43.65
%56.35
%0.00

CMYK Percentages of Color #bdf400

%23
%0
%100
%4

Triadic Colors of #bdf400

#bdf400 #00bdf4 #f400bd

Analogous Colors of #bdf400

#bdf400 #43f400 #f4b100

Monochromatic Colors of #bdf400

#bdf400

Complementary Color

#bdf400 #3700f4

#bdf400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf400 Color CSS Codes

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

#bdf400 Text Font Color

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

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


#bdf400 Background Color

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

This div background color is #bdf400


#bdf400 Border Color

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

This div border color is #bdf400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf400


Comments

No comments written yet.

Please login to write comment.