Color Hex Logo

#bdf32b Color Hex

#BDF32B
(189,243,43)
0 Favorites   0 Comments

Color spaces of #bdf32b

RGB 18924343
HSL0.210.890.56
HSV76°82°95°
CMYK 0.220.000.82   0.05
XYZ53.472975.094413.9619
Yxy75.09440.37520.5269
Hunter Lab86.6570-41.503951.1073
CIE-Lab89.4372-41.706780.9346

#bdf32b color RGB value is (189,243,43).

#bdf32b hex color red value is 189, green value is 243 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bdf32b hue: 0.21 , saturation: 0.89 and the lightness value of bdf32b is 0.56.

The process color (four color CMYK) of #bdf32b color hex is 0.22, 0.00, 0.82, 0.05. Web safe color of #bdf32b is #ccff33. Color #bdf32b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 00101011
Octal 275 363 53
Decimal 189 243 43
Hex BD F3 2B

RGB Percentages of Color #bdf32b

%39.79
%51.16
%9.05

CMYK Percentages of Color #bdf32b

%22
%0
%82
%5

Triadic Colors of #bdf32b

#bdf32b #2bbdf3 #f32bbd

Analogous Colors of #bdf32b

#bdf32b #59f32b #f3c52b

Monochromatic Colors of #bdf32b

#bdf32b

Complementary Color

#bdf32b #612bf3

#bdf32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf32b Color CSS Codes

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

#bdf32b Text Font Color

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

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


#bdf32b Background Color

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

This div background color is #bdf32b


#bdf32b Border Color

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

This div border color is #bdf32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf32b


Comments

No comments written yet.

Please login to write comment.