Color Hex Logo

#febee7 Color Hex

#FEBEE7
(254,190,231)
0 Favorites   0 Comments

Color spaces of #febee7

RGB 254190231
HSL0.890.970.87
HSV322°25°100°
CMYK 0.000.250.09   0.00
XYZ73.710363.667384.0054
Yxy63.66730.33300.2876
Hunter Lab79.791825.2596-6.5667
CIE-Lab83.792229.2352-11.3781

#febee7 color RGB value is (254,190,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11100111
Octal 376 276 347
Decimal 254 190 231
Hex FE BE E7

RGB Percentages of Color #febee7

%37.63
%28.15
%34.22

CMYK Percentages of Color #febee7

%0
%25
%9
%0

Triadic Colors of #febee7

#febee7 #e7febe #bee7fe

Analogous Colors of #febee7

#febee7 #febec7 #f5befe

Monochromatic Colors of #febee7

#febee7

Complementary Color

#febee7 #befed5

#febee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febee7 Color CSS Codes

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

#febee7 Text Font Color

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

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


#febee7 Background Color

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

This div background color is #febee7


#febee7 Border Color

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

This div border color is #febee7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,190,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 #febee7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febee7


Comments

No comments written yet.

Please login to write comment.