Color Hex Logo

#bdcc8d Color Hex

#BDCC8D
(189,204,141)
0 Favorites   0 Comments

Color spaces of #bdcc8d

RGB 189204141
HSL0.210.380.68
HSV74°31°80°
CMYK 0.070.000.31   0.20
XYZ47.386855.927633.4969
Yxy55.92760.34640.4088
Hunter Lab74.7848-17.768125.7927
CIE-Lab79.5726-15.481529.7665

#bdcc8d color RGB value is (189,204,141).

#bdcc8d hex color red value is 189, green value is 204 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdcc8d hue: 0.21 , saturation: 0.38 and the lightness value of bdcc8d is 0.68.

The process color (four color CMYK) of #bdcc8d color hex is 0.07, 0.00, 0.31, 0.20. Web safe color of #bdcc8d is #cccc99. Color #bdcc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10001101
Octal 275 314 215
Decimal 189 204 141
Hex BD CC 8D

RGB Percentages of Color #bdcc8d

%35.39
%38.20
%26.40

CMYK Percentages of Color #bdcc8d

%7
%0
%31
%20

Triadic Colors of #bdcc8d

#bdcc8d #8dbdcc #cc8dbd

Analogous Colors of #bdcc8d

#bdcc8d #9ecc8d #ccbc8d

Monochromatic Colors of #bdcc8d

#bdcc8d

Complementary Color

#bdcc8d #9c8dcc

#bdcc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc8d Color CSS Codes

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

#bdcc8d Text Font Color

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

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


#bdcc8d Background Color

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

This div background color is #bdcc8d


#bdcc8d Border Color

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

This div border color is #bdcc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc8d


Comments

No comments written yet.

Please login to write comment.