Color Hex Logo

#bdd047 Color Hex

#BDD047
(189,208,71)
0 Favorites   0 Comments

Color spaces of #bdd047

RGB 18920871
HSL0.190.590.55
HSV68°66°82°
CMYK 0.090.000.66   0.18
XYZ44.679556.385514.4899
Yxy56.38550.38670.4880
Hunter Lab75.0903-25.198641.1222
CIE-Lab79.8327-24.301663.1196

#bdd047 color RGB value is (189,208,71).

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

The process color (four color CMYK) of #bdd047 color hex is 0.09, 0.00, 0.66, 0.18. Web safe color of #bdd047 is #cccc33. Color #bdd047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 01000111
Octal 275 320 107
Decimal 189 208 71
Hex BD D0 47

RGB Percentages of Color #bdd047

%40.38
%44.44
%15.17

CMYK Percentages of Color #bdd047

%9
%0
%66
%18

Triadic Colors of #bdd047

#bdd047 #47bdd0 #d047bd

Analogous Colors of #bdd047

#bdd047 #79d047 #d09f47

Monochromatic Colors of #bdd047

#bdd047

Complementary Color

#bdd047 #5a47d0

#bdd047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd047 Color CSS Codes

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

#bdd047 Text Font Color

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

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


#bdd047 Background Color

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

This div background color is #bdd047


#bdd047 Border Color

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

This div border color is #bdd047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd047


Comments

No comments written yet.

Please login to write comment.