Color Hex Logo

#bdd94e Color Hex

#BDD94E
(189,217,78)
0 Favorites   0 Comments

Color spaces of #bdd94e

RGB 18921778
HSL0.200.650.58
HSV72°64°85°
CMYK 0.130.000.64   0.15
XYZ47.174360.994616.4945
Yxy60.99460.37840.4893
Hunter Lab78.0990-28.853742.1473
CIE-Lab82.3758-28.157962.9974

#bdd94e color RGB value is (189,217,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 01001110
Octal 275 331 116
Decimal 189 217 78
Hex BD D9 4E

RGB Percentages of Color #bdd94e

%39.05
%44.83
%16.12

CMYK Percentages of Color #bdd94e

%13
%0
%64
%15

Triadic Colors of #bdd94e

#bdd94e #4ebdd9 #d94ebd

Analogous Colors of #bdd94e

#bdd94e #78d94e #d9b04e

Monochromatic Colors of #bdd94e

#bdd94e

Complementary Color

#bdd94e #6a4ed9

#bdd94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd94e Color CSS Codes

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

#bdd94e Text Font Color

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

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


#bdd94e Background Color

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

This div background color is #bdd94e


#bdd94e Border Color

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

This div border color is #bdd94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd94e


Comments

No comments written yet.

Please login to write comment.