Color Hex Logo

#bdd466 Color Hex

#BDD466
(189,212,102)
0 Favorites   0 Comments

Color spaces of #bdd466

RGB 189212102
HSL0.200.560.62
HSV73°52°83°
CMYK 0.110.000.52   0.17
XYZ46.928058.865121.4591
Yxy58.86510.36880.4626
Hunter Lab76.7236-25.086737.1235
CIE-Lab81.2174-23.854851.2267

#bdd466 color RGB value is (189,212,102).

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

The process color (four color CMYK) of #bdd466 color hex is 0.11, 0.00, 0.52, 0.17. Web safe color of #bdd466 is #cccc66. Color #bdd466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 01100110
Octal 275 324 146
Decimal 189 212 102
Hex BD D4 66

RGB Percentages of Color #bdd466

%37.57
%42.15
%20.28

CMYK Percentages of Color #bdd466

%11
%0
%52
%17

Triadic Colors of #bdd466

#bdd466 #66bdd4 #d466bd

Analogous Colors of #bdd466

#bdd466 #86d466 #d4b466

Monochromatic Colors of #bdd466

#bdd466

Complementary Color

#bdd466 #7d66d4

#bdd466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd466 Color CSS Codes

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

#bdd466 Text Font Color

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

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


#bdd466 Background Color

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

This div background color is #bdd466


#bdd466 Border Color

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

This div border color is #bdd466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd466

#bdd466 Color Palettes


Comments

No comments written yet.

Please login to write comment.