Color Hex Logo

#feadb2 Color Hex

#FEADB2
(254,173,178)
0 Favorites   0 Comments

Color spaces of #feadb2

RGB 254173178
HSL0.990.980.84
HSV356°32°100°
CMYK 0.000.320.30   0.00
XYZ63.852554.172349.2104
Yxy54.17230.38180.3239
Hunter Lab73.601826.052611.8798
CIE-Lab78.562130.31319.5544

#feadb2 color RGB value is (254,173,178).

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

The process color (four color CMYK) of #feadb2 color hex is 0.00, 0.32, 0.30, 0.00. Web safe color of #feadb2 is #ff9999. Color #feadb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10110010
Octal 376 255 262
Decimal 254 173 178
Hex FE AD B2

RGB Percentages of Color #feadb2

%41.98
%28.60
%29.42

CMYK Percentages of Color #feadb2

%0
%32
%30
%0

Triadic Colors of #feadb2

#feadb2 #b2fead #adb2fe

Analogous Colors of #feadb2

#feadb2 #fed1ad #feaddb

Monochromatic Colors of #feadb2

#feadb2

Complementary Color

#feadb2 #adfef9

#feadb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadb2 Color CSS Codes

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

#feadb2 Text Font Color

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

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


#feadb2 Background Color

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

This div background color is #feadb2


#feadb2 Border Color

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

This div border color is #feadb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadb2

Related Colors


Comments

No comments written yet.

Please login to write comment.