Color Hex Logo

#febcaf Color Hex

#FEBCAF
(254,188,175)
0 Favorites   0 Comments

Color spaces of #febcaf

RGB 254188175
HSL0.030.980.84
HSV10°31°100°
CMYK 0.000.260.31   0.00
XYZ66.594160.132448.6543
Yxy60.13240.37970.3429
Hunter Lab77.545117.588217.0811
CIE-Lab81.910122.061815.9072

#febcaf color RGB value is (254,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10101111
Octal 376 274 257
Decimal 254 188 175
Hex FE BC AF

RGB Percentages of Color #febcaf

%41.17
%30.47
%28.36

CMYK Percentages of Color #febcaf

%0
%26
%31
%0

Triadic Colors of #febcaf

#febcaf #affebc #bcaffe

Analogous Colors of #febcaf

#febcaf #fee4af #feafca

Monochromatic Colors of #febcaf

#febcaf

Complementary Color

#febcaf #aff1fe

#febcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcaf Color CSS Codes

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

#febcaf Text Font Color

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

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


#febcaf Background Color

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

This div background color is #febcaf


#febcaf Border Color

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

This div border color is #febcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcaf


Comments

No comments written yet.

Please login to write comment.