Color Hex Logo

#bcf594 Color Hex

#BCF594
(188,245,148)
0 Favorites   0 Comments

Color spaces of #bcf594

RGB 188245148
HSL0.260.830.77
HSV95°40°96°
CMYK 0.230.000.40   0.04
XYZ58.736778.134340.0026
Yxy78.13430.33210.4418
Hunter Lab88.3936-36.077335.0438
CIE-Lab90.8412-34.635940.9661

#bcf594 color RGB value is (188,245,148).

#bcf594 hex color red value is 188, green value is 245 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bcf594 hue: 0.26 , saturation: 0.83 and the lightness value of bcf594 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 10010100
Octal 274 365 224
Decimal 188 245 148
Hex BC F5 94

RGB Percentages of Color #bcf594

%32.36
%42.17
%25.47

CMYK Percentages of Color #bcf594

%23
%0
%40
%4

Triadic Colors of #bcf594

#bcf594 #94bcf5 #f594bc

Analogous Colors of #bcf594

#bcf594 #94f59d #edf594

Monochromatic Colors of #bcf594

#bcf594

Complementary Color

#bcf594 #cd94f5

#bcf594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf594 Color CSS Codes

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

#bcf594 Text Font Color

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

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


#bcf594 Background Color

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

This div background color is #bcf594


#bcf594 Border Color

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

This div border color is #bcf594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf594


Comments

No comments written yet.

Please login to write comment.