Color Hex Logo

#bcd196 Color Hex

#BCD196
(188,209,150)
0 Favorites   0 Comments

Color spaces of #bcd196

RGB 188209150
HSL0.230.390.70
HSV81°28°82°
CMYK 0.100.000.28   0.18
XYZ49.044558.494337.5598
Yxy58.49430.33800.4031
Hunter Lab76.4816-19.378024.4200
CIE-Lab81.0128-17.119126.9979

#bcd196 color RGB value is (188,209,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 10010110
Octal 274 321 226
Decimal 188 209 150
Hex BC D1 96

RGB Percentages of Color #bcd196

%34.37
%38.21
%27.42

CMYK Percentages of Color #bcd196

%10
%0
%28
%18

Triadic Colors of #bcd196

#bcd196 #96bcd1 #d196bc

Analogous Colors of #bcd196

#bcd196 #9fd196 #d1c996

Monochromatic Colors of #bcd196

#bcd196

Complementary Color

#bcd196 #ab96d1

#bcd196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd196 Color CSS Codes

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

#bcd196 Text Font Color

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

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


#bcd196 Background Color

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

This div background color is #bcd196


#bcd196 Border Color

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

This div border color is #bcd196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd196


Comments

No comments written yet.

Please login to write comment.