Color Hex Logo

#feadbc Color Hex

#FEADBC
(254,173,188)
0 Favorites   0 Comments

Color spaces of #feadbc

RGB 254173188
HSL0.970.980.84
HSV349°32°100°
CMYK 0.000.320.26   0.00
XYZ64.893754.588854.6934
Yxy54.58880.37260.3134
Hunter Lab73.884227.48207.8291
CIE-Lab78.803831.63854.4703

#feadbc color RGB value is (254,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10111100
Octal 376 255 274
Decimal 254 173 188
Hex FE AD BC

RGB Percentages of Color #feadbc

%41.30
%28.13
%30.57

CMYK Percentages of Color #feadbc

%0
%32
%26
%0

Triadic Colors of #feadbc

#feadbc #bcfead #adbcfe

Analogous Colors of #feadbc

#feadbc #fec7ad #feade5

Monochromatic Colors of #feadbc

#feadbc

Complementary Color

#feadbc #adfeef

#feadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadbc Color CSS Codes

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

#feadbc Text Font Color

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

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


#feadbc Background Color

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

This div background color is #feadbc


#feadbc Border Color

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

This div border color is #feadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadbc


Comments

No comments written yet.

Please login to write comment.