Color Hex Logo

#bdc18d Color Hex

#BDC18D
(189,193,141)
0 Favorites   0 Comments

Color spaces of #bdc18d

RGB 189193141
HSL0.180.300.65
HSV65°27°76°
CMYK 0.020.000.27   0.24
XYZ44.863950.881832.6559
Yxy50.88180.34940.3963
Hunter Lab71.3315-12.562622.7888
CIE-Lab76.6074-9.865025.7936

#bdc18d color RGB value is (189,193,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 10001101
Octal 275 301 215
Decimal 189 193 141
Hex BD C1 8D

RGB Percentages of Color #bdc18d

%36.14
%36.90
%26.96

CMYK Percentages of Color #bdc18d

%2
%0
%27
%24

Triadic Colors of #bdc18d

#bdc18d #8dbdc1 #c18dbd

Analogous Colors of #bdc18d

#bdc18d #a3c18d #c1ab8d

Monochromatic Colors of #bdc18d

#bdc18d

Complementary Color

#bdc18d #918dc1

#bdc18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc18d Color CSS Codes

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

#bdc18d Text Font Color

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

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


#bdc18d Background Color

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

This div background color is #bdc18d


#bdc18d Border Color

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

This div border color is #bdc18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc18d


Comments

No comments written yet.

Please login to write comment.