color codes Logo

#bdd28d color codes

#BDD28D
(189,210,141)
0 Favorites   0 Comments

Color spaces of #bdd28d

RGB 189210141
HSL0.220.430.69
HSV78°33°82°
CMYK 0.100.000.33   0.18
XYZ48.840658.835133.9814
Yxy58.83510.34480.4153
Hunter Lab76.7040-20.573827.4262
CIE-Lab81.2009-18.486231.9261

#bdd28d color RGB value is (189,210,141).

#bdd28d hex color red value is 189, green value is 210 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdd28d hue: 0.22 , saturation: 0.43 and the lightness value of bdd28d is 0.69.

The process color (four color CMYK) of #bdd28d color code is 0.10, 0.00, 0.33, 0.18. Web safe color of #bdd28d is #cccc99. Color #bdd28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 10001101
Octal 275 322 215
Decimal 189 210 141
Hex BD D2 8D

RGB Percentages of Color #bdd28d

%35.00
%38.89
%26.11

CMYK Percentages of Color #bdd28d

%10
%0
%33
%18

Triadic Colors of #bdd28d

#bdd28d #8dbdd2 #d28dbd

Analogous Colors of #bdd28d

#bdd28d #9bd28d #d2c58d

Monochromatic Colors of #bdd28d

#bdd28d

Complementary Color

#bdd28d #a28dd2

#bdd28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd28d Color CSS Codes

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

#bdd28d Text Font Color

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

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


#bdd28d Background Color

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

This div background color is #bdd28d


#bdd28d Border Color

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

This div border color is #bdd28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd28d


Comments

No comments written yet.

Please login to write comment.