Color Hex Logo

#bdd149 Color Hex

#BDD149
(189,209,73)
0 Favorites   0 Comments

Color spaces of #bdd149

RGB 18920973
HSL0.190.600.55
HSV69°65°82°
CMYK 0.100.000.65   0.18
XYZ44.989356.900814.9151
Yxy56.90080.38520.4871
Hunter Lab75.4326-25.546641.0796
CIE-Lab80.1238-24.659662.6322

#bdd149 color RGB value is (189,209,73).

#bdd149 hex color red value is 189, green value is 209 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bdd149 hue: 0.19 , saturation: 0.60 and the lightness value of bdd149 is 0.55.

The process color (four color CMYK) of #bdd149 color hex is 0.10, 0.00, 0.65, 0.18. Web safe color of #bdd149 is #cccc33. Color #bdd149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01001001
Octal 275 321 111
Decimal 189 209 73
Hex BD D1 49

RGB Percentages of Color #bdd149

%40.13
%44.37
%15.50

CMYK Percentages of Color #bdd149

%10
%0
%65
%18

Triadic Colors of #bdd149

#bdd149 #49bdd1 #d149bd

Analogous Colors of #bdd149

#bdd149 #79d149 #d1a149

Monochromatic Colors of #bdd149

#bdd149

Complementary Color

#bdd149 #5d49d1

#bdd149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd149 Color CSS Codes

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

#bdd149 Text Font Color

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

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


#bdd149 Background Color

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

This div background color is #bdd149


#bdd149 Border Color

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

This div border color is #bdd149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd149


Comments

No comments written yet.

Please login to write comment.