Color Hex Logo

#bcd588 Color Hex

#BCD588
(188,213,136)
0 Favorites   0 Comments

Color spaces of #bcd588

RGB 188213136
HSL0.220.480.68
HSV79°36°84°
CMYK 0.120.000.36   0.16
XYZ48.977260.057432.3034
Yxy60.05740.34650.4249
Hunter Lab77.4967-22.808929.5335
CIE-Lab81.8694-20.994735.3495

#bcd588 color RGB value is (188,213,136).

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

The process color (four color CMYK) of #bcd588 color hex is 0.12, 0.00, 0.36, 0.16. Web safe color of #bcd588 is #cccc99. Color #bcd588 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 10001000
Octal 274 325 210
Decimal 188 213 136
Hex BC D5 88

RGB Percentages of Color #bcd588

%35.01
%39.66
%25.33

CMYK Percentages of Color #bcd588

%12
%0
%36
%16

Triadic Colors of #bcd588

#bcd588 #88bcd5 #d588bc

Analogous Colors of #bcd588

#bcd588 #96d588 #d5c888

Monochromatic Colors of #bcd588

#bcd588

Complementary Color

#bcd588 #a188d5

#bcd588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd588 Color CSS Codes

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

#bcd588 Text Font Color

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

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


#bcd588 Background Color

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

This div background color is #bcd588


#bcd588 Border Color

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

This div border color is #bcd588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd588


Comments

No comments written yet.

Please login to write comment.