Color Hex Logo

#bdf147 Color Hex

#BDF147
(189,241,71)
0 Favorites   0 Comments

Color spaces of #bdf147

RGB 18924171
HSL0.220.860.61
HSV78°71°95°
CMYK 0.220.000.71   0.05
XYZ53.578974.184317.4563
Yxy74.18430.36900.5108
Hunter Lab86.1303-39.688948.2747
CIE-Lab89.0095-39.590772.4015

#bdf147 color RGB value is (189,241,71).

#bdf147 hex color red value is 189, green value is 241 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bdf147 hue: 0.22 , saturation: 0.86 and the lightness value of bdf147 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01000111
Octal 275 361 107
Decimal 189 241 71
Hex BD F1 47

RGB Percentages of Color #bdf147

%37.72
%48.10
%14.17

CMYK Percentages of Color #bdf147

%22
%0
%71
%5

Triadic Colors of #bdf147

#bdf147 #47bdf1 #f147bd

Analogous Colors of #bdf147

#bdf147 #68f147 #f1d047

Monochromatic Colors of #bdf147

#bdf147

Complementary Color

#bdf147 #7b47f1

#bdf147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf147 Color CSS Codes

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

#bdf147 Text Font Color

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

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


#bdf147 Background Color

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

This div background color is #bdf147


#bdf147 Border Color

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

This div border color is #bdf147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf147


Comments

No comments written yet.

Please login to write comment.