Color Hex Logo

#bcf6af Color Hex

#BCF6AF
(188,246,175)
0 Favorites   0 Comments

Color spaces of #bcf6af

RGB 188246175
HSL0.300.800.83
HSV109°29°96°
CMYK 0.240.000.29   0.04
XYZ61.432779.698052.7029
Yxy79.69800.31690.4112
Hunter Lab89.2737-33.396327.4897
CIE-Lab91.5492-31.268928.3976

#bcf6af color RGB value is (188,246,175).

#bcf6af hex color red value is 188, green value is 246 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcf6af hue: 0.30 , saturation: 0.80 and the lightness value of bcf6af is 0.83.

The process color (four color CMYK) of #bcf6af color hex is 0.24, 0.00, 0.29, 0.04. Web safe color of #bcf6af is #ccff99. Color #bcf6af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 10101111
Octal 274 366 257
Decimal 188 246 175
Hex BC F6 AF

RGB Percentages of Color #bcf6af

%30.87
%40.39
%28.74

CMYK Percentages of Color #bcf6af

%24
%0
%29
%4

Triadic Colors of #bcf6af

#bcf6af #afbcf6 #f6afbc

Analogous Colors of #bcf6af

#bcf6af #aff6c6 #e0f6af

Monochromatic Colors of #bcf6af

#bcf6af

Complementary Color

#bcf6af #e9aff6

#bcf6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf6af Color CSS Codes

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

#bcf6af Text Font Color

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

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


#bcf6af Background Color

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

This div background color is #bcf6af


#bcf6af Border Color

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

This div border color is #bcf6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf6af


Comments

No comments written yet.

Please login to write comment.