Color Hex Logo

#bffef7 Color Hex

#BFFEF7
(191,254,247)
0 Favorites   0 Comments

Color spaces of #bffef7

RGB 191254247
HSL0.480.970.87
HSV173°25°100°
CMYK 0.250.000.03   0.00
XYZ73.716288.6754101.2265
Yxy88.67540.27960.3364
Hunter Lab94.1676-25.06012.1829
CIE-Lab95.4446-20.9782-3.0518

#bffef7 color RGB value is (191,254,247).

#bffef7 hex color red value is 191, green value is 254 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bffef7 hue: 0.48 , saturation: 0.97 and the lightness value of bffef7 is 0.87.

The process color (four color CMYK) of #bffef7 color hex is 0.25, 0.00, 0.03, 0.00. Web safe color of #bffef7 is #ccffff. Color #bffef7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111110 11110111
Octal 277 376 367
Decimal 191 254 247
Hex BF FE F7

RGB Percentages of Color #bffef7

%27.60
%36.71
%35.69

CMYK Percentages of Color #bffef7

%25
%0
%3
%0

Triadic Colors of #bffef7

#bffef7 #f7bffe #fef7bf

Analogous Colors of #bffef7

#bffef7 #bfe6fe #bffed8

Monochromatic Colors of #bffef7

#bffef7

Complementary Color

#bffef7 #febfc6

#bffef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffef7 Color CSS Codes

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

#bffef7 Text Font Color

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

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


#bffef7 Background Color

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

This div background color is #bffef7


#bffef7 Border Color

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

This div border color is #bffef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffef7

Related Colors


Comments

No comments written yet.

Please login to write comment.