Color Hex Logo

#febad3 Color Hex

#FEBAD3
(254,186,211)
0 Favorites   0 Comments

Color spaces of #febad3

RGB 254186211
HSL0.940.970.86
HSV338°27°100°
CMYK 0.000.270.17   0.00
XYZ70.189860.891869.6819
Yxy60.89180.34960.3033
Hunter Lab78.033224.00021.6786
CIE-Lab82.320528.1457-2.8339

#febad3 color RGB value is (254,186,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11010011
Octal 376 272 323
Decimal 254 186 211
Hex FE BA D3

RGB Percentages of Color #febad3

%39.02
%28.57
%32.41

CMYK Percentages of Color #febad3

%0
%27
%17
%0

Triadic Colors of #febad3

#febad3 #d3feba #bad3fe

Analogous Colors of #febad3

#febad3 #fec3ba #febaf5

Monochromatic Colors of #febad3

#febad3

Complementary Color

#febad3 #bafee5

#febad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febad3 Color CSS Codes

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

#febad3 Text Font Color

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

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


#febad3 Background Color

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

This div background color is #febad3


#febad3 Border Color

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

This div border color is #febad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febad3

Related Colors


Comments

No comments written yet.

Please login to write comment.