Color Hex Logo

#bcd379 Color Hex

#BCD379
(188,211,121)
0 Favorites   0 Comments

Color spaces of #bcd379

RGB 188211121
HSL0.210.510.65
HSV75°43°83°
CMYK 0.110.000.43   0.17
XYZ47.484558.660426.9090
Yxy58.66040.35690.4409
Hunter Lab76.5901-23.365832.7822
CIE-Lab81.1046-21.812541.9124

#bcd379 color RGB value is (188,211,121).

#bcd379 hex color red value is 188, green value is 211 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bcd379 hue: 0.21 , saturation: 0.51 and the lightness value of bcd379 is 0.65.

The process color (four color CMYK) of #bcd379 color hex is 0.11, 0.00, 0.43, 0.17. Web safe color of #bcd379 is #cccc66. Color #bcd379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01111001
Octal 274 323 171
Decimal 188 211 121
Hex BC D3 79

RGB Percentages of Color #bcd379

%36.15
%40.58
%23.27

CMYK Percentages of Color #bcd379

%11
%0
%43
%17

Triadic Colors of #bcd379

#bcd379 #79bcd3 #d379bc

Analogous Colors of #bcd379

#bcd379 #8fd379 #d3bd79

Monochromatic Colors of #bcd379

#bcd379

Complementary Color

#bcd379 #9079d3

#bcd379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd379 Color CSS Codes

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

#bcd379 Text Font Color

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

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


#bcd379 Background Color

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

This div background color is #bcd379


#bcd379 Border Color

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

This div border color is #bcd379


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,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 #bcd379">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd379


Comments

No comments written yet.

Please login to write comment.