Color Hex Logo

#bcf885 Color Hex

#BCF885
(188,248,133)
0 Favorites   0 Comments

Color spaces of #bcf885

RGB 188248133
HSL0.250.890.75
HSV91°46°97°
CMYK 0.240.000.46   0.03
XYZ58.540179.519634.4537
Yxy79.51960.33930.4609
Hunter Lab89.1738-38.873839.5140
CIE-Lab91.4689-37.817349.0039

#bcf885 color RGB value is (188,248,133).

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

The process color (four color CMYK) of #bcf885 color hex is 0.24, 0.00, 0.46, 0.03. Web safe color of #bcf885 is #ccff99. Color #bcf885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 10000101
Octal 274 370 205
Decimal 188 248 133
Hex BC F8 85

RGB Percentages of Color #bcf885

%33.04
%43.59
%23.37

CMYK Percentages of Color #bcf885

%24
%0
%46
%3

Triadic Colors of #bcf885

#bcf885 #85bcf8 #f885bc

Analogous Colors of #bcf885

#bcf885 #85f888 #f6f885

Monochromatic Colors of #bcf885

#bcf885

Complementary Color

#bcf885 #c185f8

#bcf885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf885 Color CSS Codes

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

#bcf885 Text Font Color

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

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


#bcf885 Background Color

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

This div background color is #bcf885


#bcf885 Border Color

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

This div border color is #bcf885


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,248,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 #bcf885">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf885


Comments

No comments written yet.

Please login to write comment.