Color Hex Logo

#bdd942 Color Hex

#BDD942
(189,217,66)
0 Favorites   0 Comments

Color spaces of #bdd942

RGB 18921766
HSL0.200.670.55
HSV71°70°85°
CMYK 0.130.000.70   0.15
XYZ46.782560.837914.4314
Yxy60.83790.38330.4985
Hunter Lab77.9987-29.435843.6292
CIE-Lab82.2915-28.893567.4965

#bdd942 color RGB value is (189,217,66).

#bdd942 hex color red value is 189, green value is 217 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bdd942 hue: 0.20 , saturation: 0.67 and the lightness value of bdd942 is 0.55.

The process color (four color CMYK) of #bdd942 color hex is 0.13, 0.00, 0.70, 0.15. Web safe color of #bdd942 is #cccc33. Color #bdd942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 01000010
Octal 275 331 102
Decimal 189 217 66
Hex BD D9 42

RGB Percentages of Color #bdd942

%40.04
%45.97
%13.98

CMYK Percentages of Color #bdd942

%13
%0
%70
%15

Triadic Colors of #bdd942

#bdd942 #42bdd9 #d942bd

Analogous Colors of #bdd942

#bdd942 #72d942 #d9aa42

Monochromatic Colors of #bdd942

#bdd942

Complementary Color

#bdd942 #5e42d9

#bdd942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd942 Color CSS Codes

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

#bdd942 Text Font Color

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

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


#bdd942 Background Color

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

This div background color is #bdd942


#bdd942 Border Color

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

This div border color is #bdd942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd942


Comments

No comments written yet.

Please login to write comment.