Color Hex Logo

#bdc648 Color Hex

#BDC648
(189,198,72)
0 Favorites   0 Comments

Color spaces of #bdc648

RGB 18919872
HSL0.180.530.53
HSV64°64°78°
CMYK 0.050.000.64   0.22
XYZ42.350051.674913.8731
Yxy51.67490.39250.4789
Hunter Lab71.8853-20.638938.8773
CIE-Lab77.0860-19.339959.8538

#bdc648 color RGB value is (189,198,72).

#bdc648 hex color red value is 189, green value is 198 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bdc648 hue: 0.18 , saturation: 0.53 and the lightness value of bdc648 is 0.53.

The process color (four color CMYK) of #bdc648 color hex is 0.05, 0.00, 0.64, 0.22. Web safe color of #bdc648 is #cccc33. Color #bdc648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 01001000
Octal 275 306 110
Decimal 189 198 72
Hex BD C6 48

RGB Percentages of Color #bdc648

%41.18
%43.14
%15.69

CMYK Percentages of Color #bdc648

%5
%0
%64
%22

Triadic Colors of #bdc648

#bdc648 #48bdc6 #c648bd

Analogous Colors of #bdc648

#bdc648 #7ec648 #c69048

Monochromatic Colors of #bdc648

#bdc648

Complementary Color

#bdc648 #5148c6

#bdc648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc648 Color CSS Codes

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

#bdc648 Text Font Color

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

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


#bdc648 Background Color

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

This div background color is #bdc648


#bdc648 Border Color

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

This div border color is #bdc648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc648


Comments

No comments written yet.

Please login to write comment.