Color Hex Logo

#bdf43f Color Hex

#BDF43F
(189,244,63)
0 Favorites   0 Comments

Color spaces of #bdf43f

RGB 18924463
HSL0.220.890.60
HSV78°74°96°
CMYK 0.230.000.74   0.04
XYZ54.234275.879116.4903
Yxy75.87910.36990.5176
Hunter Lab87.1086-41.305249.7520
CIE-Lab89.8032-41.334675.8122

#bdf43f color RGB value is (189,244,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 00111111
Octal 275 364 77
Decimal 189 244 63
Hex BD F4 3F

RGB Percentages of Color #bdf43f

%38.10
%49.19
%12.70

CMYK Percentages of Color #bdf43f

%23
%0
%74
%4

Triadic Colors of #bdf43f

#bdf43f #3fbdf4 #f43fbd

Analogous Colors of #bdf43f

#bdf43f #63f43f #f4d13f

Monochromatic Colors of #bdf43f

#bdf43f

Complementary Color

#bdf43f #763ff4

#bdf43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf43f Color CSS Codes

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

#bdf43f Text Font Color

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

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


#bdf43f Background Color

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

This div background color is #bdf43f


#bdf43f Border Color

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

This div border color is #bdf43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf43f


Comments

No comments written yet.

Please login to write comment.