Color Hex Logo

#bcd14e Color Hex

#BCD14E
(188,209,78)
0 Favorites   0 Comments

Color spaces of #bcd14e

RGB 18820978
HSL0.190.590.56
HSV70°63°82°
CMYK 0.100.000.63   0.18
XYZ44.914656.842415.8121
Yxy56.84240.38200.4835
Hunter Lab75.3939-25.601140.3410
CIE-Lab80.0909-24.733660.5488

#bcd14e color RGB value is (188,209,78).

#bcd14e hex color red value is 188, green value is 209 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcd14e hue: 0.19 , saturation: 0.59 and the lightness value of bcd14e is 0.56.

The process color (four color CMYK) of #bcd14e color hex is 0.10, 0.00, 0.63, 0.18. Web safe color of #bcd14e is #cccc66. Color #bcd14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 01001110
Octal 274 321 116
Decimal 188 209 78
Hex BC D1 4E

RGB Percentages of Color #bcd14e

%39.58
%44.00
%16.42

CMYK Percentages of Color #bcd14e

%10
%0
%63
%18

Triadic Colors of #bcd14e

#bcd14e #4ebcd1 #d14ebc

Analogous Colors of #bcd14e

#bcd14e #7bd14e #d1a54e

Monochromatic Colors of #bcd14e

#bcd14e

Complementary Color

#bcd14e #634ed1

#bcd14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd14e Color CSS Codes

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

#bcd14e Text Font Color

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

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


#bcd14e Background Color

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

This div background color is #bcd14e


#bcd14e Border Color

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

This div border color is #bcd14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd14e


Comments

No comments written yet.

Please login to write comment.