Color Hex Logo

#bcd592 Color Hex

#BCD592
(188,213,146)
0 Favorites   0 Comments

Color spaces of #bcd592

RGB 188213146
HSL0.230.440.70
HSV82°31°84°
CMYK 0.120.000.31   0.16
XYZ49.721660.355236.2232
Yxy60.35520.33990.4125
Hunter Lab77.6886-21.713026.7374
CIE-Lab82.0309-19.670130.4372

#bcd592 color RGB value is (188,213,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 10010010
Octal 274 325 222
Decimal 188 213 146
Hex BC D5 92

RGB Percentages of Color #bcd592

%34.37
%38.94
%26.69

CMYK Percentages of Color #bcd592

%12
%0
%31
%16

Triadic Colors of #bcd592

#bcd592 #92bcd5 #d592bc

Analogous Colors of #bcd592

#bcd592 #9bd592 #d5cd92

Monochromatic Colors of #bcd592

#bcd592

Complementary Color

#bcd592 #ab92d5

#bcd592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd592 Color CSS Codes

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

#bcd592 Text Font Color

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

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


#bcd592 Background Color

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

This div background color is #bcd592


#bcd592 Border Color

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

This div border color is #bcd592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd592


Comments

No comments written yet.

Please login to write comment.