Color Hex Logo

#febaed Color Hex

#FEBAED
(254,186,237)
0 Favorites   0 Comments

Color spaces of #febaed

RGB 254186237
HSL0.880.970.86
HSV315°27°100°
CMYK 0.000.270.07   0.00
XYZ73.718062.303188.2611
Yxy62.30310.32870.2778
Hunter Lab78.932328.5766-11.0447
CIE-Lab83.074332.3456-15.6625

#febaed color RGB value is (254,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11101101
Octal 376 272 355
Decimal 254 186 237
Hex FE BA ED

RGB Percentages of Color #febaed

%37.52
%27.47
%35.01

CMYK Percentages of Color #febaed

%0
%27
%7
%0

Triadic Colors of #febaed

#febaed #edfeba #baedfe

Analogous Colors of #febaed

#febaed #febacb #edbafe

Monochromatic Colors of #febaed

#febaed

Complementary Color

#febaed #bafecb

#febaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#febaed Color CSS Codes

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

#febaed Text Font Color

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

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


#febaed Background Color

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

This div background color is #febaed


#febaed Border Color

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

This div border color is #febaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febaed

Related Colors


Comments

No comments written yet.

Please login to write comment.