Color Hex Logo

#bdd94d Color Hex

#BDD94D
(189,217,77)
0 Favorites   0 Comments

Color spaces of #bdd94d

RGB 18921777
HSL0.200.650.58
HSV72°65°85°
CMYK 0.130.000.65   0.15
XYZ47.138760.980316.3071
Yxy60.98030.37880.4901
Hunter Lab78.0899-28.906442.2817
CIE-Lab82.3682-28.224463.3894

#bdd94d color RGB value is (189,217,77).

#bdd94d hex color red value is 189, green value is 217 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bdd94d hue: 0.20 , saturation: 0.65 and the lightness value of bdd94d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 01001101
Octal 275 331 115
Decimal 189 217 77
Hex BD D9 4D

RGB Percentages of Color #bdd94d

%39.13
%44.93
%15.94

CMYK Percentages of Color #bdd94d

%13
%0
%65
%15

Triadic Colors of #bdd94d

#bdd94d #4dbdd9 #d94dbd

Analogous Colors of #bdd94d

#bdd94d #77d94d #d9af4d

Monochromatic Colors of #bdd94d

#bdd94d

Complementary Color

#bdd94d #694dd9

#bdd94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd94d Color CSS Codes

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

#bdd94d Text Font Color

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

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


#bdd94d Background Color

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

This div background color is #bdd94d


#bdd94d Border Color

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

This div border color is #bdd94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd94d


Comments

No comments written yet.

Please login to write comment.