Color Hex Logo

#bdc169 Color Hex

#BDC169
(189,193,105)
0 Favorites   0 Comments

Color spaces of #bdc169

RGB 189193105
HSL0.170.420.58
HSV63°46°76°
CMYK 0.020.000.46   0.24
XYZ42.606049.978720.7659
Yxy49.97870.37590.4409
Hunter Lab70.6956-16.141132.0713
CIE-Lab76.0562-14.133043.5951

#bdc169 color RGB value is (189,193,105).

#bdc169 hex color red value is 189, green value is 193 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bdc169 hue: 0.17 , saturation: 0.42 and the lightness value of bdc169 is 0.58.

The process color (four color CMYK) of #bdc169 color hex is 0.02, 0.00, 0.46, 0.24. Web safe color of #bdc169 is #cccc66. Color #bdc169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01101001
Octal 275 301 151
Decimal 189 193 105
Hex BD C1 69

RGB Percentages of Color #bdc169

%38.81
%39.63
%21.56

CMYK Percentages of Color #bdc169

%2
%0
%46
%24

Triadic Colors of #bdc169

#bdc169 #69bdc1 #c169bd

Analogous Colors of #bdc169

#bdc169 #91c169 #c19969

Monochromatic Colors of #bdc169

#bdc169

Complementary Color

#bdc169 #6d69c1

#bdc169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc169 Color CSS Codes

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

#bdc169 Text Font Color

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

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


#bdc169 Background Color

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

This div background color is #bdc169


#bdc169 Border Color

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

This div border color is #bdc169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc169


Comments

No comments written yet.

Please login to write comment.