Color Hex Logo

#bcd67c Color Hex

#BCD67C
(188,214,124)
0 Favorites   0 Comments

Color spaces of #bcd67c

RGB 188214124
HSL0.210.520.66
HSV77°42°84°
CMYK 0.120.000.42   0.16
XYZ48.423760.239728.1440
Yxy60.23970.35400.4403
Hunter Lab77.6142-24.458432.8306
CIE-Lab81.9683-22.936841.5101

#bcd67c color RGB value is (188,214,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 01111100
Octal 274 326 174
Decimal 188 214 124
Hex BC D6 7C

RGB Percentages of Color #bcd67c

%35.74
%40.68
%23.57

CMYK Percentages of Color #bcd67c

%12
%0
%42
%16

Triadic Colors of #bcd67c

#bcd67c #7cbcd6 #d67cbc

Analogous Colors of #bcd67c

#bcd67c #8fd67c #d6c37c

Monochromatic Colors of #bcd67c

#bcd67c

Complementary Color

#bcd67c #967cd6

#bcd67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd67c Color CSS Codes

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

#bcd67c Text Font Color

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

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


#bcd67c Background Color

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

This div background color is #bcd67c


#bcd67c Border Color

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

This div border color is #bcd67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd67c


Comments

No comments written yet.

Please login to write comment.