Color Hex Logo

#bcd371 Color Hex

#BCD371
(188,211,113)
0 Favorites   0 Comments

Color spaces of #bcd371

RGB 188211113
HSL0.210.530.64
HSV74°46°83°
CMYK 0.110.000.46   0.17
XYZ47.013958.472224.4311
Yxy58.47220.36190.4501
Hunter Lab76.4671-24.071234.5839
CIE-Lab81.0006-22.679445.7103

#bcd371 color RGB value is (188,211,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01110001
Octal 274 323 161
Decimal 188 211 113
Hex BC D3 71

RGB Percentages of Color #bcd371

%36.72
%41.21
%22.07

CMYK Percentages of Color #bcd371

%11
%0
%46
%17

Triadic Colors of #bcd371

#bcd371 #71bcd3 #d371bc

Analogous Colors of #bcd371

#bcd371 #8bd371 #d3b971

Monochromatic Colors of #bcd371

#bcd371

Complementary Color

#bcd371 #8871d3

#bcd371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd371 Color CSS Codes

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

#bcd371 Text Font Color

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

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


#bcd371 Background Color

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

This div background color is #bcd371


#bcd371 Border Color

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

This div border color is #bcd371


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd371


Comments

No comments written yet.

Please login to write comment.