Color Hex Logo

#febae5 Color Hex

#FEBAE5
(254,186,229)
0 Favorites   0 Comments

Color spaces of #febae5

RGB 254186229
HSL0.890.970.86
HSV322°27°100°
CMYK 0.000.270.10   0.00
XYZ72.574861.845882.2411
Yxy61.84580.33500.2854
Hunter Lab78.642127.1049-6.9539
CIE-Lab82.831331.0059-11.7415

#febae5 color RGB value is (254,186,229).

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

The process color (four color CMYK) of #febae5 color hex is 0.00, 0.27, 0.10, 0.00. Web safe color of #febae5 is #ffcccc. Color #febae5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11100101
Octal 376 272 345
Decimal 254 186 229
Hex FE BA E5

RGB Percentages of Color #febae5

%37.97
%27.80
%34.23

CMYK Percentages of Color #febae5

%0
%27
%10
%0

Triadic Colors of #febae5

#febae5 #e5feba #bae5fe

Analogous Colors of #febae5

#febae5 #febac3 #f5bafe

Monochromatic Colors of #febae5

#febae5

Complementary Color

#febae5 #bafed3

#febae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febae5 Color CSS Codes

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

#febae5 Text Font Color

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

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


#febae5 Background Color

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

This div background color is #febae5


#febae5 Border Color

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

This div border color is #febae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febae5

Related Colors


Comments

No comments written yet.

Please login to write comment.