Color Hex Logo

#bcd487 Color Hex

#BCD487
(188,212,135)
0 Favorites   0 Comments

Color spaces of #bcd487

RGB 188212135
HSL0.220.470.68
HSV79°36°83°
CMYK 0.110.000.36   0.17
XYZ48.655759.527631.8472
Yxy59.52760.34750.4251
Hunter Lab77.1541-22.452329.5345
CIE-Lab81.5807-20.629635.4827

#bcd487 color RGB value is (188,212,135).

#bcd487 hex color red value is 188, green value is 212 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bcd487 hue: 0.22 , saturation: 0.47 and the lightness value of bcd487 is 0.68.

The process color (four color CMYK) of #bcd487 color hex is 0.11, 0.00, 0.36, 0.17. Web safe color of #bcd487 is #cccc99. Color #bcd487 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 10000111
Octal 274 324 207
Decimal 188 212 135
Hex BC D4 87

RGB Percentages of Color #bcd487

%35.14
%39.63
%25.23

CMYK Percentages of Color #bcd487

%11
%0
%36
%17

Triadic Colors of #bcd487

#bcd487 #87bcd4 #d487bc

Analogous Colors of #bcd487

#bcd487 #96d487 #d4c687

Monochromatic Colors of #bcd487

#bcd487

Complementary Color

#bcd487 #9f87d4

#bcd487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd487 Color CSS Codes

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

#bcd487 Text Font Color

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

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


#bcd487 Background Color

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

This div background color is #bcd487


#bcd487 Border Color

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

This div border color is #bcd487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd487


Comments

No comments written yet.

Please login to write comment.