Color Hex Logo

#bdc38d Color Hex

#BDC38D
(189,195,141)
0 Favorites   0 Comments

Color spaces of #bdc38d

RGB 189195141
HSL0.190.310.66
HSV67°28°76°
CMYK 0.030.000.28   0.24
XYZ45.309151.772132.8043
Yxy51.77210.34880.3986
Hunter Lab71.9528-13.515023.3358
CIE-Lab77.1444-10.896226.5170

#bdc38d color RGB value is (189,195,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 10001101
Octal 275 303 215
Decimal 189 195 141
Hex BD C3 8D

RGB Percentages of Color #bdc38d

%36.00
%37.14
%26.86

CMYK Percentages of Color #bdc38d

%3
%0
%28
%24

Triadic Colors of #bdc38d

#bdc38d #8dbdc3 #c38dbd

Analogous Colors of #bdc38d

#bdc38d #a2c38d #c3ae8d

Monochromatic Colors of #bdc38d

#bdc38d

Complementary Color

#bdc38d #938dc3

#bdc38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc38d Color CSS Codes

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

#bdc38d Text Font Color

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

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


#bdc38d Background Color

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

This div background color is #bdc38d


#bdc38d Border Color

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

This div border color is #bdc38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc38d


Comments

No comments written yet.

Please login to write comment.