Color Hex Logo

#bcf585 Color Hex

#BCF585
(188,245,133)
0 Favorites   0 Comments

Color spaces of #bcf585

RGB 188245133
HSL0.250.850.74
HSV91°46°96°
CMYK 0.230.000.46   0.04
XYZ57.625177.689634.1487
Yxy77.68960.34000.4584
Hunter Lab88.1417-37.548638.7285
CIE-Lab90.6381-36.464347.9748

#bcf585 color RGB value is (188,245,133).

#bcf585 hex color red value is 188, green value is 245 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bcf585 hue: 0.25 , saturation: 0.85 and the lightness value of bcf585 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 10000101
Octal 274 365 205
Decimal 188 245 133
Hex BC F5 85

RGB Percentages of Color #bcf585

%33.22
%43.29
%23.50

CMYK Percentages of Color #bcf585

%23
%0
%46
%4

Triadic Colors of #bcf585

#bcf585 #85bcf5 #f585bc

Analogous Colors of #bcf585

#bcf585 #85f586 #f4f585

Monochromatic Colors of #bcf585

#bcf585

Complementary Color

#bcf585 #be85f5

#bcf585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf585 Color CSS Codes

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

#bcf585 Text Font Color

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

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


#bcf585 Background Color

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

This div background color is #bcf585


#bcf585 Border Color

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

This div border color is #bcf585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf585


Comments

No comments written yet.

Please login to write comment.