Color Hex Logo

#bdd88d Color Hex

#BDD88D
(189,216,141)
0 Favorites   0 Comments

Color spaces of #bdd88d

RGB 189216141
HSL0.230.490.70
HSV82°35°85°
CMYK 0.130.000.35   0.15
XYZ50.349961.853634.4845
Yxy61.85360.34320.4217
Hunter Lab78.6471-23.356529.0560
CIE-Lab82.8355-21.448534.0782

#bdd88d color RGB value is (189,216,141).

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

The process color (four color CMYK) of #bdd88d color hex is 0.13, 0.00, 0.35, 0.15. Web safe color of #bdd88d is #cccc99. Color #bdd88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 10001101
Octal 275 330 215
Decimal 189 216 141
Hex BD D8 8D

RGB Percentages of Color #bdd88d

%34.62
%39.56
%25.82

CMYK Percentages of Color #bdd88d

%13
%0
%35
%15

Triadic Colors of #bdd88d

#bdd88d #8dbdd8 #d88dbd

Analogous Colors of #bdd88d

#bdd88d #98d88d #d8ce8d

Monochromatic Colors of #bdd88d

#bdd88d

Complementary Color

#bdd88d #a88dd8

#bdd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd88d Color CSS Codes

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

#bdd88d Text Font Color

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

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


#bdd88d Background Color

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

This div background color is #bdd88d


#bdd88d Border Color

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

This div border color is #bdd88d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,216,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 #bdd88d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd88d


Comments

No comments written yet.

Please login to write comment.