Color Hex Logo

#bdf43b Color Hex

#BDF43B
(189,244,59)
0 Favorites   0 Comments

Color spaces of #bdf43b

RGB 18924459
HSL0.220.890.59
HSV78°76°96°
CMYK 0.230.000.76   0.04
XYZ54.126475.836015.9227
Yxy75.83600.37100.5198
Hunter Lab87.0839-41.451350.1179
CIE-Lab89.7831-41.523277.0151

#bdf43b color RGB value is (189,244,59).

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

The process color (four color CMYK) of #bdf43b color hex is 0.23, 0.00, 0.76, 0.04. Web safe color of #bdf43b is #ccff33. Color #bdf43b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 00111011
Octal 275 364 73
Decimal 189 244 59
Hex BD F4 3B

RGB Percentages of Color #bdf43b

%38.41
%49.59
%11.99

CMYK Percentages of Color #bdf43b

%23
%0
%76
%4

Triadic Colors of #bdf43b

#bdf43b #3bbdf4 #f43bbd

Analogous Colors of #bdf43b

#bdf43b #61f43b #f4cf3b

Monochromatic Colors of #bdf43b

#bdf43b

Complementary Color

#bdf43b #723bf4

#bdf43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf43b Color CSS Codes

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

#bdf43b Text Font Color

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

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


#bdf43b Background Color

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

This div background color is #bdf43b


#bdf43b Border Color

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

This div border color is #bdf43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf43b


Comments

No comments written yet.

Please login to write comment.