Color Hex Logo

#febeea Color Hex

#FEBEEA
(254,190,234)
0 Favorites   0 Comments

Color spaces of #febeea

RGB 254190234
HSL0.890.970.87
HSV319°25°100°
CMYK 0.000.250.08   0.00
XYZ74.137863.838386.2564
Yxy63.83830.33060.2847
Hunter Lab79.898925.8063-8.0785
CIE-Lab83.881529.7368-12.8482

#febeea color RGB value is (254,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11101010
Octal 376 276 352
Decimal 254 190 234
Hex FE BE EA

RGB Percentages of Color #febeea

%37.46
%28.02
%34.51

CMYK Percentages of Color #febeea

%0
%25
%8
%0

Triadic Colors of #febeea

#febeea #eafebe #beeafe

Analogous Colors of #febeea

#febeea #febeca #f2befe

Monochromatic Colors of #febeea

#febeea

Complementary Color

#febeea #befed2

#febeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#febeea Color CSS Codes

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

#febeea Text Font Color

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

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


#febeea Background Color

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

This div background color is #febeea


#febeea Border Color

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

This div border color is #febeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febeea

Related Colors


Comments

No comments written yet.

Please login to write comment.