Color Hex Logo

#bdf949 Color Hex

#BDF949
(189,249,73)
0 Favorites   0 Comments

Color spaces of #bdf949

RGB 18924973
HSL0.220.940.63
HSV80°71°98°
CMYK 0.240.000.71   0.02
XYZ56.064579.051218.6068
Yxy79.05120.36470.5142
Hunter Lab88.9107-43.036949.8296
CIE-Lab91.2575-42.989373.9409

#bdf949 color RGB value is (189,249,73).

#bdf949 hex color red value is 189, green value is 249 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bdf949 hue: 0.22 , saturation: 0.94 and the lightness value of bdf949 is 0.63.

The process color (four color CMYK) of #bdf949 color hex is 0.24, 0.00, 0.71, 0.02. Web safe color of #bdf949 is #ccff33. Color #bdf949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01001001
Octal 275 371 111
Decimal 189 249 73
Hex BD F9 49

RGB Percentages of Color #bdf949

%36.99
%48.73
%14.29

CMYK Percentages of Color #bdf949

%24
%0
%71
%2

Triadic Colors of #bdf949

#bdf949 #49bdf9 #f949bd

Analogous Colors of #bdf949

#bdf949 #65f949 #f9dd49

Monochromatic Colors of #bdf949

#bdf949

Complementary Color

#bdf949 #8549f9

#bdf949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf949 Color CSS Codes

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

#bdf949 Text Font Color

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

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


#bdf949 Background Color

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

This div background color is #bdf949


#bdf949 Border Color

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

This div border color is #bdf949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf949


Comments

No comments written yet.

Please login to write comment.