Color Hex Logo

#bcd77f Color Hex

#BCD77F
(188,215,127)
0 Favorites   0 Comments

Color spaces of #bcd77f

RGB 188215127
HSL0.220.520.67
HSV78°41°84°
CMYK 0.130.000.41   0.16
XYZ48.870260.824529.2433
Yxy60.82450.35170.4378
Hunter Lab77.9901-24.630832.3616
CIE-Lab82.2843-23.075340.4174

#bcd77f color RGB value is (188,215,127).

#bcd77f hex color red value is 188, green value is 215 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bcd77f hue: 0.22 , saturation: 0.52 and the lightness value of bcd77f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01111111
Octal 274 327 177
Decimal 188 215 127
Hex BC D7 7F

RGB Percentages of Color #bcd77f

%35.47
%40.57
%23.96

CMYK Percentages of Color #bcd77f

%13
%0
%41
%16

Triadic Colors of #bcd77f

#bcd77f #7fbcd7 #d77fbc

Analogous Colors of #bcd77f

#bcd77f #90d77f #d7c67f

Monochromatic Colors of #bcd77f

#bcd77f

Complementary Color

#bcd77f #9a7fd7

#bcd77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd77f Color CSS Codes

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

#bcd77f Text Font Color

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

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


#bcd77f Background Color

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

This div background color is #bcd77f


#bcd77f Border Color

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

This div border color is #bcd77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd77f


Comments

No comments written yet.

Please login to write comment.