Color Hex Logo

#bdc48a Color Hex

#BDC48A
(189,196,138)
0 Favorites   0 Comments

Color spaces of #bdc48a

RGB 189196138
HSL0.190.330.65
HSV67°30°77°
CMYK 0.040.000.30   0.23
XYZ45.313652.133731.7193
Yxy52.13370.35080.4036
Hunter Lab72.2037-14.333324.4963
CIE-Lab77.3607-11.815828.3848

#bdc48a color RGB value is (189,196,138).

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

The process color (four color CMYK) of #bdc48a color hex is 0.04, 0.00, 0.30, 0.23. Web safe color of #bdc48a is #cccc99. Color #bdc48a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 10001010
Octal 275 304 212
Decimal 189 196 138
Hex BD C4 8A

RGB Percentages of Color #bdc48a

%36.14
%37.48
%26.39

CMYK Percentages of Color #bdc48a

%4
%0
%30
%23

Triadic Colors of #bdc48a

#bdc48a #8abdc4 #c48abd

Analogous Colors of #bdc48a

#bdc48a #a0c48a #c4ae8a

Monochromatic Colors of #bdc48a

#bdc48a

Complementary Color

#bdc48a #918ac4

#bdc48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc48a Color CSS Codes

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

#bdc48a Text Font Color

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

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


#bdc48a Background Color

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

This div background color is #bdc48a


#bdc48a Border Color

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

This div border color is #bdc48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc48a


Comments

No comments written yet.

Please login to write comment.