Color Hex Logo

#bdd15f Color Hex

#BDD15F
(189,209,95)
0 Favorites   0 Comments

Color spaces of #bdd15f

RGB 18920995
HSL0.200.550.60
HSV71°55°82°
CMYK 0.100.000.55   0.18
XYZ45.852357.246019.4594
Yxy57.24600.37410.4671
Hunter Lab75.6611-24.231937.7139
CIE-Lab80.3178-23.020053.4094

#bdd15f color RGB value is (189,209,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01011111
Octal 275 321 137
Decimal 189 209 95
Hex BD D1 5F

RGB Percentages of Color #bdd15f

%38.34
%42.39
%19.27

CMYK Percentages of Color #bdd15f

%10
%0
%55
%18

Triadic Colors of #bdd15f

#bdd15f #5fbdd1 #d15fbd

Analogous Colors of #bdd15f

#bdd15f #84d15f #d1ac5f

Monochromatic Colors of #bdd15f

#bdd15f

Complementary Color

#bdd15f #735fd1

#bdd15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd15f Color CSS Codes

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

#bdd15f Text Font Color

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

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


#bdd15f Background Color

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

This div background color is #bdd15f


#bdd15f Border Color

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

This div border color is #bdd15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd15f


Comments

No comments written yet.

Please login to write comment.