Color Hex Logo

#bdc379 Color Hex

#BDC379
(189,195,121)
0 Favorites   0 Comments

Color spaces of #bdc379

RGB 189195121
HSL0.180.380.62
HSV65°38°76°
CMYK 0.030.000.38   0.24
XYZ43.952651.229525.6609
Yxy51.22950.36370.4239
Hunter Lab71.5748-15.642728.8458
CIE-Lab76.8178-13.426236.4927

#bdc379 color RGB value is (189,195,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01111001
Octal 275 303 171
Decimal 189 195 121
Hex BD C3 79

RGB Percentages of Color #bdc379

%37.43
%38.61
%23.96

CMYK Percentages of Color #bdc379

%3
%0
%38
%24

Triadic Colors of #bdc379

#bdc379 #79bdc3 #c379bd

Analogous Colors of #bdc379

#bdc379 #98c379 #c3a479

Monochromatic Colors of #bdc379

#bdc379

Complementary Color

#bdc379 #7f79c3

#bdc379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc379 Color CSS Codes

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

#bdc379 Text Font Color

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

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


#bdc379 Background Color

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

This div background color is #bdc379


#bdc379 Border Color

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

This div border color is #bdc379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc379


Comments

No comments written yet.

Please login to write comment.