Color Hex Logo

#bdd16f Color Hex

#BDD16F
(189,209,111)
0 Favorites   0 Comments

Color spaces of #bdd16f

RGB 189209111
HSL0.200.520.63
HSV72°47°82°
CMYK 0.100.000.47   0.18
XYZ46.656057.567423.6915
Yxy57.56740.36470.4500
Hunter Lab75.8732-23.014734.5978
CIE-Lab80.4977-21.517646.0822

#bdd16f color RGB value is (189,209,111).

#bdd16f hex color red value is 189, green value is 209 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bdd16f hue: 0.20 , saturation: 0.52 and the lightness value of bdd16f is 0.63.

The process color (four color CMYK) of #bdd16f color hex is 0.10, 0.00, 0.47, 0.18. Web safe color of #bdd16f is #cccc66. Color #bdd16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01101111
Octal 275 321 157
Decimal 189 209 111
Hex BD D1 6F

RGB Percentages of Color #bdd16f

%37.13
%41.06
%21.81

CMYK Percentages of Color #bdd16f

%10
%0
%47
%18

Triadic Colors of #bdd16f

#bdd16f #6fbdd1 #d16fbd

Analogous Colors of #bdd16f

#bdd16f #8cd16f #d1b46f

Monochromatic Colors of #bdd16f

#bdd16f

Complementary Color

#bdd16f #836fd1

#bdd16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd16f Color CSS Codes

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

#bdd16f Text Font Color

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

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


#bdd16f Background Color

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

This div background color is #bdd16f


#bdd16f Border Color

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

This div border color is #bdd16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd16f


Comments

No comments written yet.

Please login to write comment.