Color Hex Logo

#bcd389 Color Hex

#BCD389
(188,211,137)
0 Favorites   0 Comments

Color spaces of #bcd389

RGB 188211137
HSL0.220.460.68
HSV79°35°83°
CMYK 0.110.000.35   0.17
XYZ48.548759.086032.5129
Yxy59.08600.34640.4216
Hunter Lab76.8674-21.779228.7291
CIE-Lab81.3388-19.880334.1470

#bcd389 color RGB value is (188,211,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10001001
Octal 274 323 211
Decimal 188 211 137
Hex BC D3 89

RGB Percentages of Color #bcd389

%35.07
%39.37
%25.56

CMYK Percentages of Color #bcd389

%11
%0
%35
%17

Triadic Colors of #bcd389

#bcd389 #89bcd3 #d389bc

Analogous Colors of #bcd389

#bcd389 #97d389 #d3c589

Monochromatic Colors of #bcd389

#bcd389

Complementary Color

#bcd389 #a089d3

#bcd389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd389 Color CSS Codes

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

#bcd389 Text Font Color

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

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


#bcd389 Background Color

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

This div background color is #bcd389


#bcd389 Border Color

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

This div border color is #bcd389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd389


Comments

No comments written yet.

Please login to write comment.