Color Hex Logo

#bcd399 Color Hex

#BCD399
(188,211,153)
0 Favorites   0 Comments

Color spaces of #bcd399

RGB 188211153
HSL0.230.400.71
HSV84°27°83°
CMYK 0.110.000.27   0.17
XYZ49.783159.579839.0132
Yxy59.57980.33550.4015
Hunter Lab77.1880-19.953724.0646
CIE-Lab81.6093-17.686726.2399

#bcd399 color RGB value is (188,211,153).

#bcd399 hex color red value is 188, green value is 211 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bcd399 hue: 0.23 , saturation: 0.40 and the lightness value of bcd399 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10011001
Octal 274 323 231
Decimal 188 211 153
Hex BC D3 99

RGB Percentages of Color #bcd399

%34.06
%38.22
%27.72

CMYK Percentages of Color #bcd399

%11
%0
%27
%17

Triadic Colors of #bcd399

#bcd399 #99bcd3 #d399bc

Analogous Colors of #bcd399

#bcd399 #9fd399 #d3cd99

Monochromatic Colors of #bcd399

#bcd399

Complementary Color

#bcd399 #b099d3

#bcd399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd399 Color CSS Codes

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

#bcd399 Text Font Color

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

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


#bcd399 Background Color

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

This div background color is #bcd399


#bcd399 Border Color

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

This div border color is #bcd399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd399


Comments

No comments written yet.

Please login to write comment.