Color Hex Logo

#bcd77e Color Hex

#BCD77E
(188,215,126)
0 Favorites   0 Comments

Color spaces of #bcd77e

RGB 188215126
HSL0.220.530.67
HSV78°41°84°
CMYK 0.130.000.41   0.16
XYZ48.805460.798628.9017
Yxy60.79860.35240.4390
Hunter Lab77.9735-24.726232.6049
CIE-Lab82.2704-23.192240.8977

#bcd77e color RGB value is (188,215,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01111110
Octal 274 327 176
Decimal 188 215 126
Hex BC D7 7E

RGB Percentages of Color #bcd77e

%35.54
%40.64
%23.82

CMYK Percentages of Color #bcd77e

%13
%0
%41
%16

Triadic Colors of #bcd77e

#bcd77e #7ebcd7 #d77ebc

Analogous Colors of #bcd77e

#bcd77e #90d77e #d7c67e

Monochromatic Colors of #bcd77e

#bcd77e

Complementary Color

#bcd77e #997ed7

#bcd77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd77e Color CSS Codes

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

#bcd77e Text Font Color

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

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


#bcd77e Background Color

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

This div background color is #bcd77e


#bcd77e Border Color

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

This div border color is #bcd77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd77e


Comments

No comments written yet.

Please login to write comment.