Color Hex Logo

#bcd5ba Color Hex

#BCD5BA
(188,213,186)
0 Favorites   0 Comments

Color spaces of #bcd5ba

RGB 188213186
HSL0.320.240.78
HSV116°13°84°
CMYK 0.120.000.13   0.16
XYZ53.396261.825055.5735
Yxy61.82500.31260.3620
Hunter Lab78.6289-16.382713.1351
CIE-Lab82.8203-13.382910.5470

#bcd5ba color RGB value is (188,213,186).

#bcd5ba hex color red value is 188, green value is 213 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bcd5ba hue: 0.32 , saturation: 0.24 and the lightness value of bcd5ba is 0.78.

The process color (four color CMYK) of #bcd5ba color hex is 0.12, 0.00, 0.13, 0.16. Web safe color of #bcd5ba is #cccccc. Color #bcd5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 10111010
Octal 274 325 272
Decimal 188 213 186
Hex BC D5 BA

RGB Percentages of Color #bcd5ba

%32.03
%36.29
%31.69

CMYK Percentages of Color #bcd5ba

%12
%0
%13
%16

Triadic Colors of #bcd5ba

#bcd5ba #babcd5 #d5babc

Analogous Colors of #bcd5ba

#bcd5ba #bad5c6 #cad5ba

Monochromatic Colors of #bcd5ba

#bcd5ba

Complementary Color

#bcd5ba #d3bad5

#bcd5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd5ba Color CSS Codes

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

#bcd5ba Text Font Color

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

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


#bcd5ba Background Color

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

This div background color is #bcd5ba


#bcd5ba Border Color

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

This div border color is #bcd5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd5ba


Comments

No comments written yet.

Please login to write comment.