Color Hex Logo

#febcad Color Hex

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

Color spaces of #febcad

RGB 254188173
HSL0.030.980.84
HSV11°32°100°
CMYK 0.000.260.32   0.00
XYZ66.399160.054447.6272
Yxy60.05440.38140.3450
Hunter Lab77.494817.326617.8075
CIE-Lab81.867721.810516.9177

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

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

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

Base Numbers

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

RGB Percentages of Color #febcad

%41.30
%30.57
%28.13

CMYK Percentages of Color #febcad

%0
%26
%32
%0

Triadic Colors of #febcad

#febcad #adfebc #bcadfe

Analogous Colors of #febcad

#febcad #fee5ad #feadc7

Monochromatic Colors of #febcad

#febcad

Complementary Color

#febcad #adeffe

#febcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcad Color CSS Codes

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

#febcad Text Font Color

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

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


#febcad Background Color

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

This div background color is #febcad


#febcad Border Color

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

This div border color is #febcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcad

Related Colors


Comments

No comments written yet.

Please login to write comment.