Color Hex Logo

#bdca6e Color Hex

#BDCA6E
(189,202,110)
0 Favorites   0 Comments

Color spaces of #bdca6e

RGB 189202110
HSL0.190.460.61
HSV68°46°79°
CMYK 0.060.000.46   0.21
XYZ44.921354.185722.8431
Yxy54.18570.36840.4443
Hunter Lab73.6109-19.889033.1287
CIE-Lab78.5699-18.158344.2118

#bdca6e color RGB value is (189,202,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01101110
Octal 275 312 156
Decimal 189 202 110
Hex BD CA 6E

RGB Percentages of Color #bdca6e

%37.72
%40.32
%21.96

CMYK Percentages of Color #bdca6e

%6
%0
%46
%21

Triadic Colors of #bdca6e

#bdca6e #6ebdca #ca6ebd

Analogous Colors of #bdca6e

#bdca6e #8fca6e #caa96e

Monochromatic Colors of #bdca6e

#bdca6e

Complementary Color

#bdca6e #7b6eca

#bdca6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca6e Color CSS Codes

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

#bdca6e Text Font Color

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

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


#bdca6e Background Color

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

This div background color is #bdca6e


#bdca6e Border Color

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

This div border color is #bdca6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca6e


Comments

No comments written yet.

Please login to write comment.