Color Hex Logo

#bcd392 Color Hex

#BCD392
(188,211,146)
0 Favorites   0 Comments

Color spaces of #bcd392

RGB 188211146
HSL0.230.420.70
HSV81°31°83°
CMYK 0.110.000.31   0.17
XYZ49.221659.355236.0566
Yxy59.35520.34030.4104
Hunter Lab77.0423-20.782126.1813
CIE-Lab81.4864-18.678429.7113

#bcd392 color RGB value is (188,211,146).

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

The process color (four color CMYK) of #bcd392 color hex is 0.11, 0.00, 0.31, 0.17. Web safe color of #bcd392 is #cccc99. Color #bcd392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10010010
Octal 274 323 222
Decimal 188 211 146
Hex BC D3 92

RGB Percentages of Color #bcd392

%34.50
%38.72
%26.79

CMYK Percentages of Color #bcd392

%11
%0
%31
%17

Triadic Colors of #bcd392

#bcd392 #92bcd3 #d392bc

Analogous Colors of #bcd392

#bcd392 #9cd392 #d3ca92

Monochromatic Colors of #bcd392

#bcd392

Complementary Color

#bcd392 #a992d3

#bcd392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd392 Color CSS Codes

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

#bcd392 Text Font Color

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

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


#bcd392 Background Color

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

This div background color is #bcd392


#bcd392 Border Color

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

This div border color is #bcd392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd392


Comments

No comments written yet.

Please login to write comment.