Color Hex Logo

#bcd773 Color Hex

#BCD773
(188,215,115)
0 Favorites   0 Comments

Color spaces of #bcd773

RGB 188215115
HSL0.210.560.65
HSV76°47°84°
CMYK 0.130.000.47   0.16
XYZ48.134060.530025.3662
Yxy60.53000.35910.4516
Hunter Lab77.8010-25.717335.1298
CIE-Lab82.1254-24.412046.1185

#bcd773 color RGB value is (188,215,115).

#bcd773 hex color red value is 188, green value is 215 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bcd773 hue: 0.21 , saturation: 0.56 and the lightness value of bcd773 is 0.65.

The process color (four color CMYK) of #bcd773 color hex is 0.13, 0.00, 0.47, 0.16. Web safe color of #bcd773 is #cccc66. Color #bcd773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01110011
Octal 274 327 163
Decimal 188 215 115
Hex BC D7 73

RGB Percentages of Color #bcd773

%36.29
%41.51
%22.20

CMYK Percentages of Color #bcd773

%13
%0
%47
%16

Triadic Colors of #bcd773

#bcd773 #73bcd7 #d773bc

Analogous Colors of #bcd773

#bcd773 #8ad773 #d7c073

Monochromatic Colors of #bcd773

#bcd773

Complementary Color

#bcd773 #8e73d7

#bcd773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd773 Color CSS Codes

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

#bcd773 Text Font Color

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

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


#bcd773 Background Color

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

This div background color is #bcd773


#bcd773 Border Color

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

This div border color is #bcd773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd773


Comments

No comments written yet.

Please login to write comment.