Color Hex Logo

#bdca8f Color Hex

#BDCA8F
(189,202,143)
0 Favorites   0 Comments

Color spaces of #bdca8f

RGB 189202143
HSL0.200.360.68
HSV73°29°79°
CMYK 0.060.000.29   0.21
XYZ47.064755.043034.1304
Yxy55.04300.34550.4040
Hunter Lab74.1910-16.598724.6582
CIE-Lab79.0660-14.198328.0473

#bdca8f color RGB value is (189,202,143).

#bdca8f hex color red value is 189, green value is 202 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bdca8f hue: 0.20 , saturation: 0.36 and the lightness value of bdca8f is 0.68.

The process color (four color CMYK) of #bdca8f color hex is 0.06, 0.00, 0.29, 0.21. Web safe color of #bdca8f is #cccc99. Color #bdca8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10001111
Octal 275 312 217
Decimal 189 202 143
Hex BD CA 8F

RGB Percentages of Color #bdca8f

%35.39
%37.83
%26.78

CMYK Percentages of Color #bdca8f

%6
%0
%29
%21

Triadic Colors of #bdca8f

#bdca8f #8fbdca #ca8fbd

Analogous Colors of #bdca8f

#bdca8f #a0ca8f #caba8f

Monochromatic Colors of #bdca8f

#bdca8f

Complementary Color

#bdca8f #9c8fca

#bdca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca8f Color CSS Codes

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

#bdca8f Text Font Color

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

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


#bdca8f Background Color

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

This div background color is #bdca8f


#bdca8f Border Color

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

This div border color is #bdca8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca8f


Comments

No comments written yet.

Please login to write comment.