Color Hex Logo

#bcd892 Color Hex

#BCD892
(188,216,146)
0 Favorites   0 Comments

Color spaces of #bcd892

RGB 188216146
HSL0.230.470.71
HSV84°32°85°
CMYK 0.130.000.32   0.15
XYZ50.483261.878436.4771
Yxy61.87840.33920.4157
Hunter Lab78.6628-23.104527.5703
CIE-Lab82.8487-21.148731.5242

#bcd892 color RGB value is (188,216,146).

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

The process color (four color CMYK) of #bcd892 color hex is 0.13, 0.00, 0.32, 0.15. Web safe color of #bcd892 is #cccc99. Color #bcd892 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 10010010
Octal 274 330 222
Decimal 188 216 146
Hex BC D8 92

RGB Percentages of Color #bcd892

%34.18
%39.27
%26.55

CMYK Percentages of Color #bcd892

%13
%0
%32
%15

Triadic Colors of #bcd892

#bcd892 #92bcd8 #d892bc

Analogous Colors of #bcd892

#bcd892 #99d892 #d8d192

Monochromatic Colors of #bcd892

#bcd892

Complementary Color

#bcd892 #ae92d8

#bcd892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd892 Color CSS Codes

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

#bcd892 Text Font Color

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

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


#bcd892 Background Color

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

This div background color is #bcd892


#bcd892 Border Color

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

This div border color is #bcd892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd892


Comments

No comments written yet.

Please login to write comment.