Color Hex Logo

#bdd76e Color Hex

#BDD76E
(189,215,110)
0 Favorites   0 Comments

Color spaces of #bdd76e

RGB 189215110
HSL0.210.570.64
HSV75°49°84°
CMYK 0.120.000.49   0.16
XYZ48.101260.545523.9031
Yxy60.54550.36290.4568
Hunter Lab77.8110-25.824136.2541
CIE-Lab82.1338-24.538748.5460

#bdd76e color RGB value is (189,215,110).

#bdd76e hex color red value is 189, green value is 215 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bdd76e hue: 0.21 , saturation: 0.57 and the lightness value of bdd76e is 0.64.

The process color (four color CMYK) of #bdd76e color hex is 0.12, 0.00, 0.49, 0.16. Web safe color of #bdd76e is #cccc66. Color #bdd76e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 01101110
Octal 275 327 156
Decimal 189 215 110
Hex BD D7 6E

RGB Percentages of Color #bdd76e

%36.77
%41.83
%21.40

CMYK Percentages of Color #bdd76e

%12
%0
%49
%16

Triadic Colors of #bdd76e

#bdd76e #6ebdd7 #d76ebd

Analogous Colors of #bdd76e

#bdd76e #89d76e #d7bd6e

Monochromatic Colors of #bdd76e

#bdd76e

Complementary Color

#bdd76e #886ed7

#bdd76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd76e Color CSS Codes

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

#bdd76e Text Font Color

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

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


#bdd76e Background Color

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

This div background color is #bdd76e


#bdd76e Border Color

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

This div border color is #bdd76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd76e


Comments

No comments written yet.

Please login to write comment.