Color Hex Logo

#bdca6f Color Hex

#BDCA6F
(189,202,111)
0 Favorites   0 Comments

Color spaces of #bdca6f

RGB 189202111
HSL0.190.460.61
HSV69°45°79°
CMYK 0.060.000.45   0.21
XYZ44.976054.207623.1315
Yxy54.20760.36770.4432
Hunter Lab73.6258-19.804432.9105
CIE-Lab78.5826-18.055243.7357

#bdca6f color RGB value is (189,202,111).

#bdca6f hex color red value is 189, green value is 202 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bdca6f hue: 0.19 , saturation: 0.46 and the lightness value of bdca6f is 0.61.

The process color (four color CMYK) of #bdca6f color hex is 0.06, 0.00, 0.45, 0.21. Web safe color of #bdca6f is #cccc66. Color #bdca6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01101111
Octal 275 312 157
Decimal 189 202 111
Hex BD CA 6F

RGB Percentages of Color #bdca6f

%37.65
%40.24
%22.11

CMYK Percentages of Color #bdca6f

%6
%0
%45
%21

Triadic Colors of #bdca6f

#bdca6f #6fbdca #ca6fbd

Analogous Colors of #bdca6f

#bdca6f #90ca6f #caaa6f

Monochromatic Colors of #bdca6f

#bdca6f

Complementary Color

#bdca6f #7c6fca

#bdca6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca6f Color CSS Codes

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

#bdca6f Text Font Color

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

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


#bdca6f Background Color

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

This div background color is #bdca6f


#bdca6f Border Color

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

This div border color is #bdca6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca6f


Comments

No comments written yet.

Please login to write comment.