Color Hex Logo

#bcd192 Color Hex

#BCD192
(188,209,146)
0 Favorites   0 Comments

Color spaces of #bcd192

RGB 188209146
HSL0.220.410.70
HSV80°30°82°
CMYK 0.100.000.30   0.18
XYZ48.727858.367635.8920
Yxy58.36760.34080.4082
Hunter Lab76.3987-19.848725.6247
CIE-Lab80.9427-17.682128.9847

#bcd192 color RGB value is (188,209,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 10010010
Octal 274 321 222
Decimal 188 209 146
Hex BC D1 92

RGB Percentages of Color #bcd192

%34.62
%38.49
%26.89

CMYK Percentages of Color #bcd192

%10
%0
%30
%18

Triadic Colors of #bcd192

#bcd192 #92bcd1 #d192bc

Analogous Colors of #bcd192

#bcd192 #9dd192 #d1c792

Monochromatic Colors of #bcd192

#bcd192

Complementary Color

#bcd192 #a792d1

#bcd192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd192 Color CSS Codes

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

#bcd192 Text Font Color

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

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


#bcd192 Background Color

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

This div background color is #bcd192


#bcd192 Border Color

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

This div border color is #bcd192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd192


Comments

No comments written yet.

Please login to write comment.