Color Hex Logo

#bcffaf Color Hex

#BCFFAF
(188,255,175)
0 Favorites   0 Comments

Color spaces of #bcffaf

RGB 188255175
HSL0.311.000.84
HSV110°31°100°
CMYK 0.260.000.31   0.00
XYZ64.236985.306553.6376
Yxy85.30650.31620.4199
Hunter Lab92.3615-37.486930.2213
CIE-Lab94.0150-35.417431.7262

#bcffaf color RGB value is (188,255,175).

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

The process color (four color CMYK) of #bcffaf color hex is 0.26, 0.00, 0.31, 0.00. Web safe color of #bcffaf is #ccff99. Color #bcffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 10101111
Octal 274 377 257
Decimal 188 255 175
Hex BC FF AF

RGB Percentages of Color #bcffaf

%30.42
%41.26
%28.32

CMYK Percentages of Color #bcffaf

%26
%0
%31
%0

Triadic Colors of #bcffaf

#bcffaf #afbcff #ffafbc

Analogous Colors of #bcffaf

#bcffaf #afffca #e4ffaf

Monochromatic Colors of #bcffaf

#bcffaf

Complementary Color

#bcffaf #f2afff

#bcffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffaf Color CSS Codes

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

#bcffaf Text Font Color

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

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


#bcffaf Background Color

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

This div background color is #bcffaf


#bcffaf Border Color

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

This div border color is #bcffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.