Color Hex Logo

#bcd67e Color Hex

#BCD67E
(188,214,126)
0 Favorites   0 Comments

Color spaces of #bcd67e

RGB 188214126
HSL0.220.520.67
HSV78°41°84°
CMYK 0.120.000.41   0.16
XYZ48.551560.290928.8170
Yxy60.29090.35270.4380
Hunter Lab77.6472-24.269632.3489
CIE-Lab81.9961-22.705440.5505

#bcd67e color RGB value is (188,214,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 01111110
Octal 274 326 176
Decimal 188 214 126
Hex BC D6 7E

RGB Percentages of Color #bcd67e

%35.61
%40.53
%23.86

CMYK Percentages of Color #bcd67e

%12
%0
%41
%16

Triadic Colors of #bcd67e

#bcd67e #7ebcd6 #d67ebc

Analogous Colors of #bcd67e

#bcd67e #90d67e #d6c47e

Monochromatic Colors of #bcd67e

#bcd67e

Complementary Color

#bcd67e #987ed6

#bcd67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd67e Color CSS Codes

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

#bcd67e Text Font Color

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

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


#bcd67e Background Color

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

This div background color is #bcd67e


#bcd67e Border Color

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

This div border color is #bcd67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd67e


Comments

No comments written yet.

Please login to write comment.