Color Hex Logo

#bffbd7 Color Hex

#BFFBD7
(191,251,215)
0 Favorites   0 Comments

Color spaces of #bffbd7

RGB 191251215
HSL0.400.880.87
HSV144°24°98°
CMYK 0.240.000.14   0.02
XYZ68.248884.977077.0951
Yxy84.97700.29630.3690
Hunter Lab92.1830-29.165514.9423
CIE-Lab93.8732-25.855211.1772

#bffbd7 color RGB value is (191,251,215).

#bffbd7 hex color red value is 191, green value is 251 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bffbd7 hue: 0.40 , saturation: 0.88 and the lightness value of bffbd7 is 0.87.

The process color (four color CMYK) of #bffbd7 color hex is 0.24, 0.00, 0.14, 0.02. Web safe color of #bffbd7 is #ccffcc. Color #bffbd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111011 11010111
Octal 277 373 327
Decimal 191 251 215
Hex BF FB D7

RGB Percentages of Color #bffbd7

%29.07
%38.20
%32.72

CMYK Percentages of Color #bffbd7

%24
%0
%14
%2

Triadic Colors of #bffbd7

#bffbd7 #d7bffb #fbd7bf

Analogous Colors of #bffbd7

#bffbd7 #bffbf5 #c5fbbf

Monochromatic Colors of #bffbd7

#bffbd7

Complementary Color

#bffbd7 #fbbfe3

#bffbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffbd7 Color CSS Codes

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

#bffbd7 Text Font Color

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

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


#bffbd7 Background Color

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

This div background color is #bffbd7


#bffbd7 Border Color

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

This div border color is #bffbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffbd7

Related Colors


Comments

No comments written yet.

Please login to write comment.