Color Hex Logo

#feadeb Color Hex

#FEADEB
(254,173,235)
0 Favorites   0 Comments

Color spaces of #feadeb

RGB 254173235
HSL0.870.980.84
HSV314°32°100°
CMYK 0.000.320.07   0.00
XYZ70.812056.956185.8587
Yxy56.95610.33150.2666
Hunter Lab75.469335.4134-14.6236
CIE-Lab80.154938.8119-18.9885

#feadeb color RGB value is (254,173,235).

#feadeb hex color red value is 254, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #feadeb hue: 0.87 , saturation: 0.98 and the lightness value of feadeb is 0.84.

The process color (four color CMYK) of #feadeb color hex is 0.00, 0.32, 0.07, 0.00. Web safe color of #feadeb is #ff99ff. Color #feadeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11101011
Octal 376 255 353
Decimal 254 173 235
Hex FE AD EB

RGB Percentages of Color #feadeb

%38.37
%26.13
%35.50

CMYK Percentages of Color #feadeb

%0
%32
%7
%0

Triadic Colors of #feadeb

#feadeb #ebfead #adebfe

Analogous Colors of #feadeb

#feadeb #feadc3 #e9adfe

Monochromatic Colors of #feadeb

#feadeb

Complementary Color

#feadeb #adfec0

#feadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadeb Color CSS Codes

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

#feadeb Text Font Color

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

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


#feadeb Background Color

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

This div background color is #feadeb


#feadeb Border Color

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

This div border color is #feadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadeb


Comments

No comments written yet.

Please login to write comment.