Color Hex Logo

#bdd866 Color Hex

#BDD866
(189,216,102)
0 Favorites   0 Comments

Color spaces of #bdd866

RGB 189216102
HSL0.210.590.62
HSV74°53°85°
CMYK 0.130.000.53   0.15
XYZ47.940460.889921.7966
Yxy60.88990.36700.4661
Hunter Lab78.0320-26.891238.0610
CIE-Lab82.3195-25.783752.5199

#bdd866 color RGB value is (189,216,102).

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

The process color (four color CMYK) of #bdd866 color hex is 0.13, 0.00, 0.53, 0.15. Web safe color of #bdd866 is #cccc66. Color #bdd866 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 01100110
Octal 275 330 146
Decimal 189 216 102
Hex BD D8 66

RGB Percentages of Color #bdd866

%37.28
%42.60
%20.12

CMYK Percentages of Color #bdd866

%13
%0
%53
%15

Triadic Colors of #bdd866

#bdd866 #66bdd8 #d866bd

Analogous Colors of #bdd866

#bdd866 #84d866 #d8ba66

Monochromatic Colors of #bdd866

#bdd866

Complementary Color

#bdd866 #8166d8

#bdd866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd866 Color CSS Codes

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

#bdd866 Text Font Color

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

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


#bdd866 Background Color

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

This div background color is #bdd866


#bdd866 Border Color

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

This div border color is #bdd866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd866


Comments

No comments written yet.

Please login to write comment.