Color Hex Logo

#bffca6 Color Hex

#BFFCA6
(191,252,166)
0 Favorites   0 Comments

Color spaces of #bffca6

RGB 191252166
HSL0.280.930.82
HSV103°34°99°
CMYK 0.240.000.34   0.01
XYZ63.179283.450348.8540
Yxy83.45030.32320.4269
Hunter Lab91.3511-36.412432.2379
CIE-Lab93.2112-34.374435.1829

#bffca6 color RGB value is (191,252,166).

#bffca6 hex color red value is 191, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bffca6 hue: 0.28 , saturation: 0.93 and the lightness value of bffca6 is 0.82.

The process color (four color CMYK) of #bffca6 color hex is 0.24, 0.00, 0.34, 0.01. Web safe color of #bffca6 is #ccff99. Color #bffca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 10100110
Octal 277 374 246
Decimal 191 252 166
Hex BF FC A6

RGB Percentages of Color #bffca6

%31.36
%41.38
%27.26

CMYK Percentages of Color #bffca6

%24
%0
%34
%1

Triadic Colors of #bffca6

#bffca6 #a6bffc #fca6bf

Analogous Colors of #bffca6

#bffca6 #a6fcb8 #eafca6

Monochromatic Colors of #bffca6

#bffca6

Complementary Color

#bffca6 #e3a6fc

#bffca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffca6 Color CSS Codes

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

#bffca6 Text Font Color

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

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


#bffca6 Background Color

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

This div background color is #bffca6


#bffca6 Border Color

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

This div border color is #bffca6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,252,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bffca6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bffca6;
  -webkit-box-shadow: 1px 1px 3px 2px #bffca6;
  box-shadow:         1px 1px 3px 2px #bffca6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,252,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffca6


Comments

No comments written yet.

Please login to write comment.