Color Hex Logo

#bdc77d Color Hex

#BDC77D
(189,199,125)
0 Favorites   0 Comments

Color spaces of #bdc77d

RGB 189199125
HSL0.190.400.64
HSV68°37°78°
CMYK 0.050.000.37   0.22
XYZ45.111453.146327.2827
Yxy53.14630.35930.4233
Hunter Lab72.9015-17.122028.8423
CIE-Lab77.9613-14.986435.9146

#bdc77d color RGB value is (189,199,125).

#bdc77d hex color red value is 189, green value is 199 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdc77d hue: 0.19 , saturation: 0.40 and the lightness value of bdc77d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01111101
Octal 275 307 175
Decimal 189 199 125
Hex BD C7 7D

RGB Percentages of Color #bdc77d

%36.84
%38.79
%24.37

CMYK Percentages of Color #bdc77d

%5
%0
%37
%22

Triadic Colors of #bdc77d

#bdc77d #7dbdc7 #c77dbd

Analogous Colors of #bdc77d

#bdc77d #98c77d #c7ac7d

Monochromatic Colors of #bdc77d

#bdc77d

Complementary Color

#bdc77d #877dc7

#bdc77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc77d Color CSS Codes

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

#bdc77d Text Font Color

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

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


#bdc77d Background Color

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

This div background color is #bdc77d


#bdc77d Border Color

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

This div border color is #bdc77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc77d


Comments

No comments written yet.

Please login to write comment.