Color Hex Logo

#bdc165 Color Hex

#BDC165
(189,193,101)
0 Favorites   0 Comments

Color spaces of #bdc165

RGB 189193101
HSL0.170.430.58
HSV63°48°76°
CMYK 0.020.000.48   0.24
XYZ42.405249.898319.7083
Yxy49.89830.37860.4455
Hunter Lab70.6387-16.462332.9051
CIE-Lab76.0068-14.522245.4984

#bdc165 color RGB value is (189,193,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01100101
Octal 275 301 145
Decimal 189 193 101
Hex BD C1 65

RGB Percentages of Color #bdc165

%39.13
%39.96
%20.91

CMYK Percentages of Color #bdc165

%2
%0
%48
%24

Triadic Colors of #bdc165

#bdc165 #65bdc1 #c165bd

Analogous Colors of #bdc165

#bdc165 #8fc165 #c19765

Monochromatic Colors of #bdc165

#bdc165

Complementary Color

#bdc165 #6965c1

#bdc165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc165 Color CSS Codes

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

#bdc165 Text Font Color

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

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


#bdc165 Background Color

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

This div background color is #bdc165


#bdc165 Border Color

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

This div border color is #bdc165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc165


Comments

No comments written yet.

Please login to write comment.