Color Hex Logo

#bcd18d Color Hex

#BCD18D
(188,209,141)
0 Favorites   0 Comments

Color spaces of #bcd18d

RGB 188209141
HSL0.220.430.69
HSV79°33°82°
CMYK 0.100.000.33   0.18
XYZ48.347258.215433.8878
Yxy58.21540.34420.4145
Hunter Lab76.2990-20.416027.0760
CIE-Lab80.8584-18.363231.4603

#bcd18d color RGB value is (188,209,141).

#bcd18d hex color red value is 188, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bcd18d hue: 0.22 , saturation: 0.43 and the lightness value of bcd18d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 10001101
Octal 274 321 215
Decimal 188 209 141
Hex BC D1 8D

RGB Percentages of Color #bcd18d

%34.94
%38.85
%26.21

CMYK Percentages of Color #bcd18d

%10
%0
%33
%18

Triadic Colors of #bcd18d

#bcd18d #8dbcd1 #d18dbc

Analogous Colors of #bcd18d

#bcd18d #9ad18d #d1c48d

Monochromatic Colors of #bcd18d

#bcd18d

Complementary Color

#bcd18d #a28dd1

#bcd18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd18d Color CSS Codes

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

#bcd18d Text Font Color

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

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


#bcd18d Background Color

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

This div background color is #bcd18d


#bcd18d Border Color

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

This div border color is #bcd18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd18d


Comments

No comments written yet.

Please login to write comment.