Color Hex Logo

#bdc170 Color Hex

#BDC170
(189,193,112)
0 Favorites   0 Comments

Color spaces of #bdc170

RGB 189193112
HSL0.170.400.60
HSV63°42°76°
CMYK 0.020.000.42   0.24
XYZ42.980950.128622.7397
Yxy50.12860.37100.4327
Hunter Lab70.8016-15.542230.5186
CIE-Lab76.1481-13.410240.2159

#bdc170 color RGB value is (189,193,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01110000
Octal 275 301 160
Decimal 189 193 112
Hex BD C1 70

RGB Percentages of Color #bdc170

%38.26
%39.07
%22.67

CMYK Percentages of Color #bdc170

%2
%0
%42
%24

Triadic Colors of #bdc170

#bdc170 #70bdc1 #c170bd

Analogous Colors of #bdc170

#bdc170 #95c170 #c19d70

Monochromatic Colors of #bdc170

#bdc170

Complementary Color

#bdc170 #7470c1

#bdc170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc170 Color CSS Codes

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

#bdc170 Text Font Color

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

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


#bdc170 Background Color

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

This div background color is #bdc170


#bdc170 Border Color

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

This div border color is #bdc170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc170


Comments

No comments written yet.

Please login to write comment.