Color Hex Logo

#bdc28d Color Hex

#BDC28D
(189,194,141)
0 Favorites   0 Comments

Color spaces of #bdc28d

RGB 189194141
HSL0.180.300.66
HSV66°27°76°
CMYK 0.030.000.27   0.24
XYZ45.085851.325532.7298
Yxy51.32550.34910.3974
Hunter Lab71.6418-13.039123.0624
CIE-Lab76.8758-10.381226.1554

#bdc28d color RGB value is (189,194,141).

#bdc28d hex color red value is 189, green value is 194 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdc28d hue: 0.18 , saturation: 0.30 and the lightness value of bdc28d is 0.66.

The process color (four color CMYK) of #bdc28d color hex is 0.03, 0.00, 0.27, 0.24. Web safe color of #bdc28d is #cccc99. Color #bdc28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 10001101
Octal 275 302 215
Decimal 189 194 141
Hex BD C2 8D

RGB Percentages of Color #bdc28d

%36.07
%37.02
%26.91

CMYK Percentages of Color #bdc28d

%3
%0
%27
%24

Triadic Colors of #bdc28d

#bdc28d #8dbdc2 #c28dbd

Analogous Colors of #bdc28d

#bdc28d #a3c28d #c2ad8d

Monochromatic Colors of #bdc28d

#bdc28d

Complementary Color

#bdc28d #928dc2

#bdc28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc28d Color CSS Codes

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

#bdc28d Text Font Color

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

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


#bdc28d Background Color

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

This div background color is #bdc28d


#bdc28d Border Color

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

This div border color is #bdc28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc28d


Comments

No comments written yet.

Please login to write comment.