Color Hex Logo

#bcd94f Color Hex

#BCD94F
(188,217,79)
0 Favorites   0 Comments

Color spaces of #bcd94f

RGB 18821779
HSL0.200.640.58
HSV73°64°85°
CMYK 0.130.000.64   0.15
XYZ46.963260.881616.6732
Yxy60.88160.37720.4889
Hunter Lab78.0267-29.109941.9492
CIE-Lab82.3151-28.487362.5089

#bcd94f color RGB value is (188,217,79).

#bcd94f hex color red value is 188, green value is 217 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bcd94f hue: 0.20 , saturation: 0.64 and the lightness value of bcd94f is 0.58.

The process color (four color CMYK) of #bcd94f color hex is 0.13, 0.00, 0.64, 0.15. Web safe color of #bcd94f is #cccc66. Color #bcd94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 01001111
Octal 274 331 117
Decimal 188 217 79
Hex BC D9 4F

RGB Percentages of Color #bcd94f

%38.84
%44.83
%16.32

CMYK Percentages of Color #bcd94f

%13
%0
%64
%15

Triadic Colors of #bcd94f

#bcd94f #4fbcd9 #d94fbc

Analogous Colors of #bcd94f

#bcd94f #77d94f #d9b14f

Monochromatic Colors of #bcd94f

#bcd94f

Complementary Color

#bcd94f #6c4fd9

#bcd94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd94f Color CSS Codes

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

#bcd94f Text Font Color

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

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


#bcd94f Background Color

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

This div background color is #bcd94f


#bcd94f Border Color

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

This div border color is #bcd94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd94f


Comments

No comments written yet.

Please login to write comment.