Color Hex Logo

#bdc38a Color Hex

#BDC38A
(189,195,138)
0 Favorites   0 Comments

Color spaces of #bdc38a

RGB 189195138
HSL0.180.320.65
HSV66°29°76°
CMYK 0.030.000.29   0.24
XYZ45.088851.684031.6443
Yxy51.68400.35110.4025
Hunter Lab71.8916-13.859124.2266
CIE-Lab77.0915-11.302428.0252

#bdc38a color RGB value is (189,195,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 10001010
Octal 275 303 212
Decimal 189 195 138
Hex BD C3 8A

RGB Percentages of Color #bdc38a

%36.21
%37.36
%26.44

CMYK Percentages of Color #bdc38a

%3
%0
%29
%24

Triadic Colors of #bdc38a

#bdc38a #8abdc3 #c38abd

Analogous Colors of #bdc38a

#bdc38a #a1c38a #c3ad8a

Monochromatic Colors of #bdc38a

#bdc38a

Complementary Color

#bdc38a #908ac3

#bdc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc38a Color CSS Codes

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

#bdc38a Text Font Color

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

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


#bdc38a Background Color

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

This div background color is #bdc38a


#bdc38a Border Color

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

This div border color is #bdc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc38a


Comments

No comments written yet.

Please login to write comment.