Color Hex Logo

#bdd78d Color Hex

#BDD78D
(189,215,141)
0 Favorites   0 Comments

Color spaces of #bdd78d

RGB 189215141
HSL0.230.480.70
HSV81°34°84°
CMYK 0.120.000.34   0.16
XYZ50.094461.342834.3994
Yxy61.34280.34350.4206
Hunter Lab78.3216-22.894628.7846
CIE-Lab82.5627-20.958033.7200

#bdd78d color RGB value is (189,215,141).

#bdd78d hex color red value is 189, green value is 215 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdd78d hue: 0.23 , saturation: 0.48 and the lightness value of bdd78d is 0.70.

The process color (four color CMYK) of #bdd78d color hex is 0.12, 0.00, 0.34, 0.16. Web safe color of #bdd78d is #cccc99. Color #bdd78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 10001101
Octal 275 327 215
Decimal 189 215 141
Hex BD D7 8D

RGB Percentages of Color #bdd78d

%34.68
%39.45
%25.87

CMYK Percentages of Color #bdd78d

%12
%0
%34
%16

Triadic Colors of #bdd78d

#bdd78d #8dbdd7 #d78dbd

Analogous Colors of #bdd78d

#bdd78d #98d78d #d7cc8d

Monochromatic Colors of #bdd78d

#bdd78d

Complementary Color

#bdd78d #a78dd7

#bdd78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd78d Color CSS Codes

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

#bdd78d Text Font Color

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

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


#bdd78d Background Color

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

This div background color is #bdd78d


#bdd78d Border Color

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

This div border color is #bdd78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd78d


Comments

No comments written yet.

Please login to write comment.