Color Hex Logo

#bcf4af Color Hex

#BCF4AF
(188,244,175)
0 Favorites   0 Comments

Color spaces of #bcf4af

RGB 188244175
HSL0.300.760.82
HSV109°28°96°
CMYK 0.230.000.28   0.04
XYZ60.827678.487952.5012
Yxy78.48790.31710.4092
Hunter Lab88.5934-32.481626.8796
CIE-Lab91.0021-30.334827.6549

#bcf4af color RGB value is (188,244,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 10101111
Octal 274 364 257
Decimal 188 244 175
Hex BC F4 AF

RGB Percentages of Color #bcf4af

%30.97
%40.20
%28.83

CMYK Percentages of Color #bcf4af

%23
%0
%28
%4

Triadic Colors of #bcf4af

#bcf4af #afbcf4 #f4afbc

Analogous Colors of #bcf4af

#bcf4af #aff4c5 #dff4af

Monochromatic Colors of #bcf4af

#bcf4af

Complementary Color

#bcf4af #e7aff4

#bcf4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf4af Color CSS Codes

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

#bcf4af Text Font Color

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

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


#bcf4af Background Color

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

This div background color is #bcf4af


#bcf4af Border Color

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

This div border color is #bcf4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf4af

#bcf4af Color Palettes


Comments

No comments written yet.

Please login to write comment.