Color Hex Logo

#febaf4 Color Hex

#FEBAF4
(254,186,244)
0 Favorites   0 Comments

Color spaces of #febaf4

RGB 254186244
HSL0.860.970.86
HSV309°27°100°
CMYK 0.000.270.04   0.00
XYZ74.761162.720393.7538
Yxy62.72030.32330.2712
Hunter Lab79.196129.9106-14.7512
CIE-Lab83.295033.5511-19.0729

#febaf4 color RGB value is (254,186,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11110100
Octal 376 272 364
Decimal 254 186 244
Hex FE BA F4

RGB Percentages of Color #febaf4

%37.13
%27.19
%35.67

CMYK Percentages of Color #febaf4

%0
%27
%4
%0

Triadic Colors of #febaf4

#febaf4 #f4feba #baf4fe

Analogous Colors of #febaf4

#febaf4 #febad2 #e6bafe

Monochromatic Colors of #febaf4

#febaf4

Complementary Color

#febaf4 #bafec4

#febaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febaf4 Color CSS Codes

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

#febaf4 Text Font Color

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

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


#febaf4 Background Color

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

This div background color is #febaf4


#febaf4 Border Color

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

This div border color is #febaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febaf4

Related Colors


Comments

No comments written yet.

Please login to write comment.