Color Hex Logo

#bdf00d Color Hex

#BDF00D
(189,240,13)
0 Favorites   0 Comments

Color spaces of #bdf00d

RGB 18924013
HSL0.200.900.50
HSV73°95°94°
CMYK 0.210.000.95   0.06
XYZ52.219073.168111.7514
Yxy73.16810.38080.5335
Hunter Lab85.5384-40.722451.7315
CIE-Lab88.5278-41.038984.9978

#bdf00d color RGB value is (189,240,13).

#bdf00d hex color red value is 189, green value is 240 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bdf00d hue: 0.20 , saturation: 0.90 and the lightness value of bdf00d is 0.50.

The process color (four color CMYK) of #bdf00d color hex is 0.21, 0.00, 0.95, 0.06. Web safe color of #bdf00d is #ccff00. Color #bdf00d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 00001101
Octal 275 360 15
Decimal 189 240 13
Hex BD F0 D

RGB Percentages of Color #bdf00d

%42.76
%54.30
%2.94

CMYK Percentages of Color #bdf00d

%21
%0
%95
%6

Triadic Colors of #bdf00d

#bdf00d #0dbdf0 #f00dbd

Analogous Colors of #bdf00d

#bdf00d #4cf00d #f0b20d

Monochromatic Colors of #bdf00d

#bdf00d

Complementary Color

#bdf00d #400df0

#bdf00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf00d Color CSS Codes

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

#bdf00d Text Font Color

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

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


#bdf00d Background Color

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

This div background color is #bdf00d


#bdf00d Border Color

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

This div border color is #bdf00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf00d


Comments

No comments written yet.

Please login to write comment.