Color Hex Logo

#feadba Color Hex

#FEADBA
(254,173,186)
0 Favorites   0 Comments

Color spaces of #feadba

RGB 254173186
HSL0.970.980.84
HSV350°32°100°
CMYK 0.000.320.27   0.00
XYZ64.679554.503153.5655
Yxy54.50310.37440.3155
Hunter Lab73.826227.18888.6598
CIE-Lab78.754231.36755.4852

#feadba color RGB value is (254,173,186).

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

The process color (four color CMYK) of #feadba color hex is 0.00, 0.32, 0.27, 0.00. Web safe color of #feadba is #ff99cc. Color #feadba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10111010
Octal 376 255 272
Decimal 254 173 186
Hex FE AD BA

RGB Percentages of Color #feadba

%41.44
%28.22
%30.34

CMYK Percentages of Color #feadba

%0
%32
%27
%0

Triadic Colors of #feadba

#feadba #bafead #adbafe

Analogous Colors of #feadba

#feadba #fec9ad #feade3

Monochromatic Colors of #feadba

#feadba

Complementary Color

#feadba #adfef1

#feadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadba Color CSS Codes

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

#feadba Text Font Color

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

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


#feadba Background Color

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

This div background color is #feadba


#feadba Border Color

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

This div border color is #feadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadba

Related Colors


Comments

No comments written yet.

Please login to write comment.