Color Hex Logo

#bdc19a Color Hex

#BDC19A
(189,193,154)
0 Favorites   0 Comments

Color spaces of #bdc19a

RGB 189193154
HSL0.180.240.68
HSV66°20°76°
CMYK 0.020.000.20   0.24
XYZ45.889051.291838.0536
Yxy51.29180.33930.3793
Hunter Lab71.6183-10.959218.6297
CIE-Lab76.8554-7.991519.2180

#bdc19a color RGB value is (189,193,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 10011010
Octal 275 301 232
Decimal 189 193 154
Hex BD C1 9A

RGB Percentages of Color #bdc19a

%35.26
%36.01
%28.73

CMYK Percentages of Color #bdc19a

%2
%0
%20
%24

Triadic Colors of #bdc19a

#bdc19a #9abdc1 #c19abd

Analogous Colors of #bdc19a

#bdc19a #aac19a #c1b29a

Monochromatic Colors of #bdc19a

#bdc19a

Complementary Color

#bdc19a #9e9ac1

#bdc19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc19a Color CSS Codes

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

#bdc19a Text Font Color

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

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


#bdc19a Background Color

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

This div background color is #bdc19a


#bdc19a Border Color

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

This div border color is #bdc19a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,193,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdc19a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc19a


Comments

No comments written yet.

Please login to write comment.