Color Hex Logo

#bcf985 Color Hex

#BCF985
(188,249,133)
0 Favorites   0 Comments

Color spaces of #bcf985

RGB 188249133
HSL0.250.910.75
HSV92°47°98°
CMYK 0.240.000.47   0.02
XYZ58.848480.136234.5565
Yxy80.13620.33910.4618
Hunter Lab89.5188-39.314639.7758
CIE-Lab91.7459-38.266049.3462

#bcf985 color RGB value is (188,249,133).

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

The process color (four color CMYK) of #bcf985 color hex is 0.24, 0.00, 0.47, 0.02. Web safe color of #bcf985 is #ccff99. Color #bcf985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 10000101
Octal 274 371 205
Decimal 188 249 133
Hex BC F9 85

RGB Percentages of Color #bcf985

%32.98
%43.68
%23.33

CMYK Percentages of Color #bcf985

%24
%0
%47
%2

Triadic Colors of #bcf985

#bcf985 #85bcf9 #f985bc

Analogous Colors of #bcf985

#bcf985 #85f988 #f6f985

Monochromatic Colors of #bcf985

#bcf985

Complementary Color

#bcf985 #c285f9

#bcf985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf985 Color CSS Codes

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

#bcf985 Text Font Color

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

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


#bcf985 Background Color

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

This div background color is #bcf985


#bcf985 Border Color

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

This div border color is #bcf985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf985

Related Colors


Comments

No comments written yet.

Please login to write comment.