Color Hex Logo

#bffde4 Color Hex

#BFFDE4
(191,253,228)
0 Favorites   0 Comments

Color spaces of #bffde4

RGB 191253228
HSL0.430.940.87
HSV156°25°99°
CMYK 0.250.000.10   0.01
XYZ70.614786.928486.4558
Yxy86.92840.28940.3563
Hunter Lab93.2354-27.969510.2860
CIE-Lab94.7079-24.33795.6755

#bffde4 color RGB value is (191,253,228).

#bffde4 hex color red value is 191, green value is 253 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bffde4 hue: 0.43 , saturation: 0.94 and the lightness value of bffde4 is 0.87.

The process color (four color CMYK) of #bffde4 color hex is 0.25, 0.00, 0.10, 0.01. Web safe color of #bffde4 is #ccffcc. Color #bffde4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111101 11100100
Octal 277 375 344
Decimal 191 253 228
Hex BF FD E4

RGB Percentages of Color #bffde4

%28.42
%37.65
%33.93

CMYK Percentages of Color #bffde4

%25
%0
%10
%1

Triadic Colors of #bffde4

#bffde4 #e4bffd #fde4bf

Analogous Colors of #bffde4

#bffde4 #bff7fd #bffdc5

Monochromatic Colors of #bffde4

#bffde4

Complementary Color

#bffde4 #fdbfd8

#bffde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffde4 Color CSS Codes

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

#bffde4 Text Font Color

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

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


#bffde4 Background Color

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

This div background color is #bffde4


#bffde4 Border Color

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

This div border color is #bffde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffde4


Comments

No comments written yet.

Please login to write comment.