Color Hex Logo

#bcd470 Color Hex

#BCD470
(188,212,112)
0 Favorites   0 Comments

Color spaces of #bcd470

RGB 188212112
HSL0.210.540.64
HSV74°47°83°
CMYK 0.110.000.47   0.17
XYZ47.207258.948224.2193
Yxy58.94820.36210.4521
Hunter Lab76.7777-24.609335.0416
CIE-Lab81.2631-23.269746.5152

#bcd470 color RGB value is (188,212,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01110000
Octal 274 324 160
Decimal 188 212 112
Hex BC D4 70

RGB Percentages of Color #bcd470

%36.72
%41.41
%21.88

CMYK Percentages of Color #bcd470

%11
%0
%47
%17

Triadic Colors of #bcd470

#bcd470 #70bcd4 #d470bc

Analogous Colors of #bcd470

#bcd470 #8ad470 #d4ba70

Monochromatic Colors of #bcd470

#bcd470

Complementary Color

#bcd470 #8870d4

#bcd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd470 Color CSS Codes

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

#bcd470 Text Font Color

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

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


#bcd470 Background Color

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

This div background color is #bcd470


#bcd470 Border Color

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

This div border color is #bcd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd470


Comments

No comments written yet.

Please login to write comment.