Color Hex Logo

#febfed Color Hex

#FEBFED
(254,191,237)
0 Favorites   0 Comments

Color spaces of #febfed

RGB 254191237
HSL0.880.970.87
HSV316°25°100°
CMYK 0.000.250.07   0.00
XYZ74.789964.446988.6184
Yxy64.44690.32820.2828
Hunter Lab80.278825.8074-9.2540
CIE-Lab84.197929.7185-13.9766

#febfed color RGB value is (254,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11101101
Octal 376 277 355
Decimal 254 191 237
Hex FE BF ED

RGB Percentages of Color #febfed

%37.24
%28.01
%34.75

CMYK Percentages of Color #febfed

%0
%25
%7
%0

Triadic Colors of #febfed

#febfed #edfebf #bfedfe

Analogous Colors of #febfed

#febfed #febfce #f0bffe

Monochromatic Colors of #febfed

#febfed

Complementary Color

#febfed #bffed0

#febfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfed Color CSS Codes

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

#febfed Text Font Color

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

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


#febfed Background Color

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

This div background color is #febfed


#febfed Border Color

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

This div border color is #febfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfed


Comments

No comments written yet.

Please login to write comment.