Color Hex Logo

#bcd471 Color Hex

#BCD471
(188,212,113)
0 Favorites   0 Comments

Color spaces of #bcd471

RGB 188212113
HSL0.210.540.64
HSV75°47°83°
CMYK 0.110.000.47   0.17
XYZ47.263258.970624.5142
Yxy58.97060.36150.4510
Hunter Lab76.7923-24.525534.8276
CIE-Lab81.2754-23.166346.0465

#bcd471 color RGB value is (188,212,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01110001
Octal 274 324 161
Decimal 188 212 113
Hex BC D4 71

RGB Percentages of Color #bcd471

%36.65
%41.33
%22.03

CMYK Percentages of Color #bcd471

%11
%0
%47
%17

Triadic Colors of #bcd471

#bcd471 #71bcd4 #d471bc

Analogous Colors of #bcd471

#bcd471 #8bd471 #d4bb71

Monochromatic Colors of #bcd471

#bcd471

Complementary Color

#bcd471 #8971d4

#bcd471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd471 Color CSS Codes

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

#bcd471 Text Font Color

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

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


#bcd471 Background Color

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

This div background color is #bcd471


#bcd471 Border Color

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

This div border color is #bcd471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd471


Comments

No comments written yet.

Please login to write comment.