Color Hex Logo

#bcd466 Color Hex

#BCD466
(188,212,102)
0 Favorites   0 Comments

Color spaces of #bcd466

RGB 188212102
HSL0.200.560.62
HSV73°52°83°
CMYK 0.110.000.52   0.17
XYZ46.680858.737621.4475
Yxy58.73760.36800.4630
Hunter Lab76.6405-25.398637.0563
CIE-Lab81.1471-24.247151.1266

#bcd466 color RGB value is (188,212,102).

#bcd466 hex color red value is 188, green value is 212 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bcd466 hue: 0.20 , saturation: 0.56 and the lightness value of bcd466 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01100110
Octal 274 324 146
Decimal 188 212 102
Hex BC D4 66

RGB Percentages of Color #bcd466

%37.45
%42.23
%20.32

CMYK Percentages of Color #bcd466

%11
%0
%52
%17

Triadic Colors of #bcd466

#bcd466 #66bcd4 #d466bc

Analogous Colors of #bcd466

#bcd466 #85d466 #d4b566

Monochromatic Colors of #bcd466

#bcd466

Complementary Color

#bcd466 #7e66d4

#bcd466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd466 Color CSS Codes

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

#bcd466 Text Font Color

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

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


#bcd466 Background Color

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

This div background color is #bcd466


#bcd466 Border Color

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

This div border color is #bcd466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd466


Comments

No comments written yet.

Please login to write comment.