Color Hex Logo

#febaf8 Color Hex

#FEBAF8
(254,186,248)
0 Favorites   0 Comments

Color spaces of #febaf8

RGB 254186248
HSL0.850.970.86
HSV305°27°100°
CMYK 0.000.270.02   0.00
XYZ75.375262.966096.9879
Yxy62.96600.32030.2676
Hunter Lab79.351130.6917-16.9222
CIE-Lab83.424534.2533-21.0128

#febaf8 color RGB value is (254,186,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11111000
Octal 376 272 370
Decimal 254 186 248
Hex FE BA F8

RGB Percentages of Color #febaf8

%36.92
%27.03
%36.05

CMYK Percentages of Color #febaf8

%0
%27
%2
%0

Triadic Colors of #febaf8

#febaf8 #f8feba #baf8fe

Analogous Colors of #febaf8

#febaf8 #febad6 #e2bafe

Monochromatic Colors of #febaf8

#febaf8

Complementary Color

#febaf8 #bafec0

#febaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febaf8 Color CSS Codes

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

#febaf8 Text Font Color

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

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


#febaf8 Background Color

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

This div background color is #febaf8


#febaf8 Border Color

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

This div border color is #febaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.