Color Hex Logo

#febfe7 Color Hex

#FEBFE7
(254,191,231)
0 Favorites   0 Comments

Color spaces of #febfe7

RGB 254191231
HSL0.890.970.87
HSV322°25°100°
CMYK 0.000.250.09   0.00
XYZ73.927764.102084.0778
Yxy64.10200.33280.2886
Hunter Lab80.063724.7084-6.2180
CIE-Lab84.018828.7096-11.0401

#febfe7 color RGB value is (254,191,231).

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

The process color (four color CMYK) of #febfe7 color hex is 0.00, 0.25, 0.09, 0.00. Web safe color of #febfe7 is #ffccff. Color #febfe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11100111
Octal 376 277 347
Decimal 254 191 231
Hex FE BF E7

RGB Percentages of Color #febfe7

%37.57
%28.25
%34.17

CMYK Percentages of Color #febfe7

%0
%25
%9
%0

Triadic Colors of #febfe7

#febfe7 #e7febf #bfe7fe

Analogous Colors of #febfe7

#febfe7 #febfc8 #f6bffe

Monochromatic Colors of #febfe7

#febfe7

Complementary Color

#febfe7 #bffed6

#febfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfe7 Color CSS Codes

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

#febfe7 Text Font Color

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

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


#febfe7 Background Color

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

This div background color is #febfe7


#febfe7 Border Color

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

This div border color is #febfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfe7


Comments

No comments written yet.

Please login to write comment.