Color Hex Logo

#febadc Color Hex

#FEBADC
(254,186,220)
0 Favorites   0 Comments

Color spaces of #febadc

RGB 254186220
HSL0.920.970.86
HSV330°27°100°
CMYK 0.000.270.13   0.00
XYZ71.350261.355975.7925
Yxy61.35590.34220.2943
Hunter Lab78.330025.5168-2.5383
CIE-Lab82.569729.5487-7.3019

#febadc color RGB value is (254,186,220).

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

The process color (four color CMYK) of #febadc color hex is 0.00, 0.27, 0.13, 0.00. Web safe color of #febadc is #ffcccc. Color #febadc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11011100
Octal 376 272 334
Decimal 254 186 220
Hex FE BA DC

RGB Percentages of Color #febadc

%38.48
%28.18
%33.33

CMYK Percentages of Color #febadc

%0
%27
%13
%0

Triadic Colors of #febadc

#febadc #dcfeba #badcfe

Analogous Colors of #febadc

#febadc #febaba #febafe

Monochromatic Colors of #febadc

#febadc

Complementary Color

#febadc #bafedc

#febadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#febadc Color CSS Codes

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

#febadc Text Font Color

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

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


#febadc Background Color

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

This div background color is #febadc


#febadc Border Color

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

This div border color is #febadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febadc

Related Colors


Comments

No comments written yet.

Please login to write comment.