Color Hex Logo

#bdc48f Color Hex

#BDC48F
(189,196,143)
0 Favorites   0 Comments

Color spaces of #bdc48f

RGB 189196143
HSL0.190.310.66
HSV68°27°77°
CMYK 0.040.000.27   0.23
XYZ45.684152.281833.6702
Yxy52.28180.34700.3972
Hunter Lab72.3062-13.756823.0052
CIE-Lab77.4490-11.134925.8728

#bdc48f color RGB value is (189,196,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 10001111
Octal 275 304 217
Decimal 189 196 143
Hex BD C4 8F

RGB Percentages of Color #bdc48f

%35.80
%37.12
%27.08

CMYK Percentages of Color #bdc48f

%4
%0
%27
%23

Triadic Colors of #bdc48f

#bdc48f #8fbdc4 #c48fbd

Analogous Colors of #bdc48f

#bdc48f #a3c48f #c4b18f

Monochromatic Colors of #bdc48f

#bdc48f

Complementary Color

#bdc48f #968fc4

#bdc48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc48f Color CSS Codes

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

#bdc48f Text Font Color

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

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


#bdc48f Background Color

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

This div background color is #bdc48f


#bdc48f Border Color

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

This div border color is #bdc48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc48f


Comments

No comments written yet.

Please login to write comment.