Color Hex Logo

#bdc29a Color Hex

#BDC29A
(189,194,154)
0 Favorites   0 Comments

Color spaces of #bdc29a

RGB 189194154
HSL0.190.250.68
HSV67°21°76°
CMYK 0.030.000.21   0.24
XYZ46.110851.735538.1275
Yxy51.73550.33910.3805
Hunter Lab71.9274-11.441218.9205
CIE-Lab77.1224-8.511419.5872

#bdc29a color RGB value is (189,194,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 10011010
Octal 275 302 232
Decimal 189 194 154
Hex BD C2 9A

RGB Percentages of Color #bdc29a

%35.20
%36.13
%28.68

CMYK Percentages of Color #bdc29a

%3
%0
%21
%24

Triadic Colors of #bdc29a

#bdc29a #9abdc2 #c29abd

Analogous Colors of #bdc29a

#bdc29a #a9c29a #c2b39a

Monochromatic Colors of #bdc29a

#bdc29a

Complementary Color

#bdc29a #9f9ac2

#bdc29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc29a Color CSS Codes

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

#bdc29a Text Font Color

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

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


#bdc29a Background Color

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

This div background color is #bdc29a


#bdc29a Border Color

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

This div border color is #bdc29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc29a


Comments

No comments written yet.

Please login to write comment.