Color Hex Logo

#bcd195 Color Hex

#BCD195
(188,209,149)
0 Favorites   0 Comments

Color spaces of #bcd195

RGB 188209149
HSL0.230.390.70
HSV81°29°82°
CMYK 0.100.000.29   0.18
XYZ48.964358.462237.1374
Yxy58.46220.33870.4044
Hunter Lab76.4606-19.497124.7249
CIE-Lab80.9951-17.261327.4951

#bcd195 color RGB value is (188,209,149).

#bcd195 hex color red value is 188, green value is 209 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bcd195 hue: 0.23 , saturation: 0.39 and the lightness value of bcd195 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 10010101
Octal 274 321 225
Decimal 188 209 149
Hex BC D1 95

RGB Percentages of Color #bcd195

%34.43
%38.28
%27.29

CMYK Percentages of Color #bcd195

%10
%0
%29
%18

Triadic Colors of #bcd195

#bcd195 #95bcd1 #d195bc

Analogous Colors of #bcd195

#bcd195 #9ed195 #d1c895

Monochromatic Colors of #bcd195

#bcd195

Complementary Color

#bcd195 #aa95d1

#bcd195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd195 Color CSS Codes

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

#bcd195 Text Font Color

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

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


#bcd195 Background Color

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

This div background color is #bcd195


#bcd195 Border Color

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

This div border color is #bcd195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd195


Comments

No comments written yet.

Please login to write comment.