Color Hex Logo

#bdc086 Color Hex

#BDC086
(189,192,134)
0 Favorites   0 Comments

Color spaces of #bdc086

RGB 189192134
HSL0.180.320.64
HSV63°30°75°
CMYK 0.020.000.30   0.25
XYZ44.139050.239329.9250
Yxy50.23930.35510.4042
Hunter Lab70.8797-12.881924.5839
CIE-Lab76.2159-10.285928.9596

#bdc086 color RGB value is (189,192,134).

#bdc086 hex color red value is 189, green value is 192 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bdc086 hue: 0.18 , saturation: 0.32 and the lightness value of bdc086 is 0.64.

The process color (four color CMYK) of #bdc086 color hex is 0.02, 0.00, 0.30, 0.25. Web safe color of #bdc086 is #cccc99. Color #bdc086 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 10000110
Octal 275 300 206
Decimal 189 192 134
Hex BD C0 86

RGB Percentages of Color #bdc086

%36.70
%37.28
%26.02

CMYK Percentages of Color #bdc086

%2
%0
%30
%25

Triadic Colors of #bdc086

#bdc086 #86bdc0 #c086bd

Analogous Colors of #bdc086

#bdc086 #a0c086 #c0a686

Monochromatic Colors of #bdc086

#bdc086

Complementary Color

#bdc086 #8986c0

#bdc086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc086 Color CSS Codes

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

#bdc086 Text Font Color

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

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


#bdc086 Background Color

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

This div background color is #bdc086


#bdc086 Border Color

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

This div border color is #bdc086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc086


Comments

No comments written yet.

Please login to write comment.