Color Hex Logo

#bcf499 Color Hex

#BCF499
(188,244,153)
0 Favorites   0 Comments

Color spaces of #bcf499

RGB 188244153
HSL0.270.810.78
HSV97°37°96°
CMYK 0.230.000.37   0.04
XYZ58.839577.692642.0320
Yxy77.69260.32950.4351
Hunter Lab88.1434-35.094633.4274
CIE-Lab90.6394-33.518138.2359

#bcf499 color RGB value is (188,244,153).

#bcf499 hex color red value is 188, green value is 244 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bcf499 hue: 0.27 , saturation: 0.81 and the lightness value of bcf499 is 0.78.

The process color (four color CMYK) of #bcf499 color hex is 0.23, 0.00, 0.37, 0.04. Web safe color of #bcf499 is #ccff99. Color #bcf499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 10011001
Octal 274 364 231
Decimal 188 244 153
Hex BC F4 99

RGB Percentages of Color #bcf499

%32.14
%41.71
%26.15

CMYK Percentages of Color #bcf499

%23
%0
%37
%4

Triadic Colors of #bcf499

#bcf499 #99bcf4 #f499bc

Analogous Colors of #bcf499

#bcf499 #99f4a4 #eaf499

Monochromatic Colors of #bcf499

#bcf499

Complementary Color

#bcf499 #d199f4

#bcf499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf499 Color CSS Codes

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

#bcf499 Text Font Color

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

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


#bcf499 Background Color

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

This div background color is #bcf499


#bcf499 Border Color

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

This div border color is #bcf499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf499

#bcf499 Color Palettes


Comments

No comments written yet.

Please login to write comment.