Color Hex Logo

#bcd19e Color Hex

#BCD19E
(188,209,158)
0 Favorites   0 Comments

Color spaces of #bcd19e

RGB 188209158
HSL0.240.360.72
HSV85°24°82°
CMYK 0.100.000.24   0.18
XYZ49.711158.760941.0697
Yxy58.76090.33240.3929
Hunter Lab76.6557-18.390421.8932
CIE-Lab81.1600-15.944723.0119

#bcd19e color RGB value is (188,209,158).

#bcd19e hex color red value is 188, green value is 209 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bcd19e hue: 0.24 , saturation: 0.36 and the lightness value of bcd19e is 0.72.

The process color (four color CMYK) of #bcd19e color hex is 0.10, 0.00, 0.24, 0.18. Web safe color of #bcd19e is #cccc99. Color #bcd19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 10011110
Octal 274 321 236
Decimal 188 209 158
Hex BC D1 9E

RGB Percentages of Color #bcd19e

%33.87
%37.66
%28.47

CMYK Percentages of Color #bcd19e

%10
%0
%24
%18

Triadic Colors of #bcd19e

#bcd19e #9ebcd1 #d19ebc

Analogous Colors of #bcd19e

#bcd19e #a3d19e #d1cd9e

Monochromatic Colors of #bcd19e

#bcd19e

Complementary Color

#bcd19e #b39ed1

#bcd19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd19e Color CSS Codes

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

#bcd19e Text Font Color

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

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


#bcd19e Background Color

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

This div background color is #bcd19e


#bcd19e Border Color

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

This div border color is #bcd19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd19e


Comments

No comments written yet.

Please login to write comment.