Color Hex Logo

#bdd347 Color Hex

#BDD347
(189,211,71)
0 Favorites   0 Comments

Color spaces of #bdd347

RGB 18921171
HSL0.190.610.55
HSV69°66°83°
CMYK 0.100.000.66   0.17
XYZ45.417957.862314.7360
Yxy57.86230.38480.4903
Hunter Lab76.0673-26.539841.7612
CIE-Lab80.6622-25.746863.9748

#bdd347 color RGB value is (189,211,71).

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

The process color (four color CMYK) of #bdd347 color hex is 0.10, 0.00, 0.66, 0.17. Web safe color of #bdd347 is #cccc33. Color #bdd347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 01000111
Octal 275 323 107
Decimal 189 211 71
Hex BD D3 47

RGB Percentages of Color #bdd347

%40.13
%44.80
%15.07

CMYK Percentages of Color #bdd347

%10
%0
%66
%17

Triadic Colors of #bdd347

#bdd347 #47bdd3 #d347bd

Analogous Colors of #bdd347

#bdd347 #77d347 #d3a347

Monochromatic Colors of #bdd347

#bdd347

Complementary Color

#bdd347 #5d47d3

#bdd347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd347 Color CSS Codes

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

#bdd347 Text Font Color

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

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


#bdd347 Background Color

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

This div background color is #bdd347


#bdd347 Border Color

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

This div border color is #bdd347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd347


Comments

No comments written yet.

Please login to write comment.