Color Hex Logo

#bdd846 Color Hex

#BDD846
(189,216,70)
1 Favorites   0 Comments

Color spaces of #bdd846

RGB 18921670
HSL0.200.650.56
HSV71°68°85°
CMYK 0.130.000.68   0.15
XYZ46.647660.372714.9889
Yxy60.37270.38230.4948
Hunter Lab77.6999-28.811242.9524
CIE-Lab82.0404-28.190765.7669

#bdd846 color RGB value is (189,216,70).

#bdd846 hex color red value is 189, green value is 216 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bdd846 hue: 0.20 , saturation: 0.65 and the lightness value of bdd846 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 01000110
Octal 275 330 106
Decimal 189 216 70
Hex BD D8 46

RGB Percentages of Color #bdd846

%39.79
%45.47
%14.74

CMYK Percentages of Color #bdd846

%13
%0
%68
%15

Triadic Colors of #bdd846

#bdd846 #46bdd8 #d846bd

Analogous Colors of #bdd846

#bdd846 #74d846 #d8aa46

Monochromatic Colors of #bdd846

#bdd846

Complementary Color

#bdd846 #6146d8

#bdd846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd846 Color CSS Codes

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

#bdd846 Text Font Color

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

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


#bdd846 Background Color

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

This div background color is #bdd846


#bdd846 Border Color

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

This div border color is #bdd846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd846


Comments

No comments written yet.

Please login to write comment.