Color Hex Logo

#bcfbaf Color Hex

#BCFBAF
(188,251,175)
0 Favorites   0 Comments

Color spaces of #bcfbaf

RGB 188251175
HSL0.300.900.84
HSV110°30°98°
CMYK 0.250.000.30   0.02
XYZ62.974182.780953.2167
Yxy82.78090.31650.4160
Hunter Lab90.9840-35.674229.0100
CIE-Lab92.9184-33.585030.2498

#bcfbaf color RGB value is (188,251,175).

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

The process color (four color CMYK) of #bcfbaf color hex is 0.25, 0.00, 0.30, 0.02. Web safe color of #bcfbaf is #ccff99. Color #bcfbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 10101111
Octal 274 373 257
Decimal 188 251 175
Hex BC FB AF

RGB Percentages of Color #bcfbaf

%30.62
%40.88
%28.50

CMYK Percentages of Color #bcfbaf

%25
%0
%30
%2

Triadic Colors of #bcfbaf

#bcfbaf #afbcfb #fbafbc

Analogous Colors of #bcfbaf

#bcfbaf #affbc8 #e2fbaf

Monochromatic Colors of #bcfbaf

#bcfbaf

Complementary Color

#bcfbaf #eeaffb

#bcfbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfbaf Color CSS Codes

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

#bcfbaf Text Font Color

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

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


#bcfbaf Background Color

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

This div background color is #bcfbaf


#bcfbaf Border Color

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

This div border color is #bcfbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfbaf


Comments

No comments written yet.

Please login to write comment.