Color Hex Logo

#bdf549 Color Hex

#BDF549
(189,245,73)
0 Favorites   0 Comments

Color spaces of #bdf549

RGB 18924573
HSL0.220.900.62
HSV80°70°96°
CMYK 0.230.000.70   0.04
XYZ54.841376.604718.1991
Yxy76.60470.36650.5119
Hunter Lab87.5241-41.321848.9386
CIE-Lab90.1394-41.241972.8298

#bdf549 color RGB value is (189,245,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 01001001
Octal 275 365 111
Decimal 189 245 73
Hex BD F5 49

RGB Percentages of Color #bdf549

%37.28
%48.32
%14.40

CMYK Percentages of Color #bdf549

%23
%0
%70
%4

Triadic Colors of #bdf549

#bdf549 #49bdf5 #f549bd

Analogous Colors of #bdf549

#bdf549 #67f549 #f5d749

Monochromatic Colors of #bdf549

#bdf549

Complementary Color

#bdf549 #8149f5

#bdf549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf549 Color CSS Codes

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

#bdf549 Text Font Color

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

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


#bdf549 Background Color

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

This div background color is #bdf549


#bdf549 Border Color

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

This div border color is #bdf549


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,245,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 #bdf549">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf549


Comments

No comments written yet.

Please login to write comment.