Color Hex Logo

#bcd696 Color Hex

#BCD696
(188,214,150)
0 Favorites   0 Comments

Color spaces of #bcd696

RGB 188214150
HSL0.230.440.71
HSV84°30°84°
CMYK 0.120.000.30   0.16
XYZ50.290660.986537.9751
Yxy60.98650.33700.4086
Hunter Lab78.0939-21.714525.8344
CIE-Lab82.3715-19.607328.8254

#bcd696 color RGB value is (188,214,150).

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

The process color (four color CMYK) of #bcd696 color hex is 0.12, 0.00, 0.30, 0.16. Web safe color of #bcd696 is #cccc99. Color #bcd696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 10010110
Octal 274 326 226
Decimal 188 214 150
Hex BC D6 96

RGB Percentages of Color #bcd696

%34.06
%38.77
%27.17

CMYK Percentages of Color #bcd696

%12
%0
%30
%16

Triadic Colors of #bcd696

#bcd696 #96bcd6 #d696bc

Analogous Colors of #bcd696

#bcd696 #9cd696 #d6d096

Monochromatic Colors of #bcd696

#bcd696

Complementary Color

#bcd696 #b096d6

#bcd696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd696 Color CSS Codes

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

#bcd696 Text Font Color

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

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


#bcd696 Background Color

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

This div background color is #bcd696


#bcd696 Border Color

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

This div border color is #bcd696


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,214,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 #bcd696">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd696


Comments

No comments written yet.

Please login to write comment.