Color Hex Logo

#febafa Color Hex

#FEBAFA
(254,186,250)
0 Favorites   0 Comments

Color spaces of #febafa

RGB 254186250
HSL0.840.970.86
HSV304°27°100°
CMYK 0.000.270.02   0.00
XYZ75.687363.090898.6311
Yxy63.09080.31880.2657
Hunter Lab79.429731.0878-18.0220
CIE-Lab83.490134.6082-21.9803

#febafa color RGB value is (254,186,250).

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

The process color (four color CMYK) of #febafa color hex is 0.00, 0.27, 0.02, 0.00. Web safe color of #febafa is #ffccff. Color #febafa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11111010
Octal 376 272 372
Decimal 254 186 250
Hex FE BA FA

RGB Percentages of Color #febafa

%36.81
%26.96
%36.23

CMYK Percentages of Color #febafa

%0
%27
%2
%0

Triadic Colors of #febafa

#febafa #fafeba #bafafe

Analogous Colors of #febafa

#febafa #febad8 #e0bafe

Monochromatic Colors of #febafa

#febafa

Complementary Color

#febafa #bafebe

#febafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#febafa Color CSS Codes

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

#febafa Text Font Color

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

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


#febafa Background Color

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

This div background color is #febafa


#febafa Border Color

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

This div border color is #febafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febafa

Related Colors


Comments

No comments written yet.

Please login to write comment.