Color Hex Logo

#febff4 Color Hex

#FEBFF4
(254,191,244)
0 Favorites   0 Comments

Color spaces of #febff4

RGB 254191244
HSL0.860.970.87
HSV310°25°100°
CMYK 0.000.250.04   0.00
XYZ75.833064.864194.1111
Yxy64.86410.32300.2762
Hunter Lab80.538327.1296-12.9052
CIE-Lab84.413730.9247-17.3856

#febff4 color RGB value is (254,191,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11110100
Octal 376 277 364
Decimal 254 191 244
Hex FE BF F4

RGB Percentages of Color #febff4

%36.87
%27.72
%35.41

CMYK Percentages of Color #febff4

%0
%25
%4
%0

Triadic Colors of #febff4

#febff4 #f4febf #bff4fe

Analogous Colors of #febff4

#febff4 #febfd5 #e9bffe

Monochromatic Colors of #febff4

#febff4

Complementary Color

#febff4 #bffec9

#febff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febff4 Color CSS Codes

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

#febff4 Text Font Color

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

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


#febff4 Background Color

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

This div background color is #febff4


#febff4 Border Color

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

This div border color is #febff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febff4


Comments

No comments written yet.

Please login to write comment.