Color Hex Logo

#bdc360 Color Hex

#BDC360
(189,195,96)
0 Favorites   0 Comments

Color spaces of #bdc360

RGB 18919596
HSL0.180.450.57
HSV64°51°76°
CMYK 0.030.000.51   0.24
XYZ42.612750.693618.6052
Yxy50.69360.38080.4530
Hunter Lab71.1994-17.767234.3465
CIE-Lab76.4930-15.995948.4882

#bdc360 color RGB value is (189,195,96).

#bdc360 hex color red value is 189, green value is 195 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bdc360 hue: 0.18 , saturation: 0.45 and the lightness value of bdc360 is 0.57.

The process color (four color CMYK) of #bdc360 color hex is 0.03, 0.00, 0.51, 0.24. Web safe color of #bdc360 is #cccc66. Color #bdc360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01100000
Octal 275 303 140
Decimal 189 195 96
Hex BD C3 60

RGB Percentages of Color #bdc360

%39.38
%40.63
%20.00

CMYK Percentages of Color #bdc360

%3
%0
%51
%24

Triadic Colors of #bdc360

#bdc360 #60bdc3 #c360bd

Analogous Colors of #bdc360

#bdc360 #8cc360 #c39860

Monochromatic Colors of #bdc360

#bdc360

Complementary Color

#bdc360 #6660c3

#bdc360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc360 Color CSS Codes

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

#bdc360 Text Font Color

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

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


#bdc360 Background Color

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

This div background color is #bdc360


#bdc360 Border Color

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

This div border color is #bdc360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc360


Comments

No comments written yet.

Please login to write comment.