Color Hex Logo

#bcf883 Color Hex

#BCF883
(188,248,131)
0 Favorites   0 Comments

Color spaces of #bcf883

RGB 188248131
HSL0.250.890.74
HSV91°47°97°
CMYK 0.240.000.47   0.03
XYZ58.403279.464933.7328
Yxy79.46490.34030.4631
Hunter Lab89.1431-39.053939.9641
CIE-Lab91.4442-38.042949.9187

#bcf883 color RGB value is (188,248,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 10000011
Octal 274 370 203
Decimal 188 248 131
Hex BC F8 83

RGB Percentages of Color #bcf883

%33.16
%43.74
%23.10

CMYK Percentages of Color #bcf883

%24
%0
%47
%3

Triadic Colors of #bcf883

#bcf883 #83bcf8 #f883bc

Analogous Colors of #bcf883

#bcf883 #83f885 #f7f883

Monochromatic Colors of #bcf883

#bcf883

Complementary Color

#bcf883 #bf83f8

#bcf883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf883 Color CSS Codes

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

#bcf883 Text Font Color

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

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


#bcf883 Background Color

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

This div background color is #bcf883


#bcf883 Border Color

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

This div border color is #bcf883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf883


Comments

No comments written yet.

Please login to write comment.