Color Hex Logo

#bdd151 Color Hex

#BDD151
(189,209,81)
0 Favorites   0 Comments

Color spaces of #bdd151

RGB 18920981
HSL0.190.580.57
HSV69°61°82°
CMYK 0.100.000.61   0.18
XYZ45.271957.013816.4033
Yxy57.01380.38140.4804
Hunter Lab75.5075-25.115139.9750
CIE-Lab80.1874-24.119559.4210

#bdd151 color RGB value is (189,209,81).

#bdd151 hex color red value is 189, green value is 209 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bdd151 hue: 0.19 , saturation: 0.58 and the lightness value of bdd151 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 01010001
Octal 275 321 121
Decimal 189 209 81
Hex BD D1 51

RGB Percentages of Color #bdd151

%39.46
%43.63
%16.91

CMYK Percentages of Color #bdd151

%10
%0
%61
%18

Triadic Colors of #bdd151

#bdd151 #51bdd1 #d151bd

Analogous Colors of #bdd151

#bdd151 #7dd151 #d1a551

Monochromatic Colors of #bdd151

#bdd151

Complementary Color

#bdd151 #6551d1

#bdd151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd151 Color CSS Codes

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

#bdd151 Text Font Color

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

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


#bdd151 Background Color

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

This div background color is #bdd151


#bdd151 Border Color

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

This div border color is #bdd151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd151


Comments

No comments written yet.

Please login to write comment.