Color Hex Logo

#bdd046 Color Hex

#BDD046
(189,208,70)
0 Favorites   0 Comments

Color spaces of #bdd046

RGB 18920870
HSL0.190.590.55
HSV68°66°82°
CMYK 0.090.000.66   0.18
XYZ44.647656.372814.3222
Yxy56.37280.38710.4887
Hunter Lab75.0818-25.247741.2474
CIE-Lab79.8255-24.363163.5026

#bdd046 color RGB value is (189,208,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 01000110
Octal 275 320 106
Decimal 189 208 70
Hex BD D0 46

RGB Percentages of Color #bdd046

%40.47
%44.54
%14.99

CMYK Percentages of Color #bdd046

%9
%0
%66
%18

Triadic Colors of #bdd046

#bdd046 #46bdd0 #d046bd

Analogous Colors of #bdd046

#bdd046 #78d046 #d09e46

Monochromatic Colors of #bdd046

#bdd046

Complementary Color

#bdd046 #5946d0

#bdd046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd046 Color CSS Codes

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

#bdd046 Text Font Color

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

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


#bdd046 Background Color

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

This div background color is #bdd046


#bdd046 Border Color

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

This div border color is #bdd046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd046


Comments

No comments written yet.

Please login to write comment.