Color Hex Logo

#bdc64d Color Hex

#BDC64D
(189,198,77)
0 Favorites   0 Comments

Color spaces of #bdc64d

RGB 18919877
HSL0.180.510.54
HSV64°61°78°
CMYK 0.050.000.61   0.22
XYZ42.519951.742814.7675
Yxy51.74280.39000.4746
Hunter Lab71.9325-20.368938.1807
CIE-Lab77.1268-19.005657.8062

#bdc64d color RGB value is (189,198,77).

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

The process color (four color CMYK) of #bdc64d color hex is 0.05, 0.00, 0.61, 0.22. Web safe color of #bdc64d is #cccc66. Color #bdc64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 01001101
Octal 275 306 115
Decimal 189 198 77
Hex BD C6 4D

RGB Percentages of Color #bdc64d

%40.73
%42.67
%16.59

CMYK Percentages of Color #bdc64d

%5
%0
%61
%22

Triadic Colors of #bdc64d

#bdc64d #4dbdc6 #c64dbd

Analogous Colors of #bdc64d

#bdc64d #81c64d #c6934d

Monochromatic Colors of #bdc64d

#bdc64d

Complementary Color

#bdc64d #564dc6

#bdc64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc64d Color CSS Codes

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

#bdc64d Text Font Color

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

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


#bdc64d Background Color

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

This div background color is #bdc64d


#bdc64d Border Color

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

This div border color is #bdc64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc64d


Comments

No comments written yet.

Please login to write comment.