Color Hex Logo

#febcab Color Hex

#FEBCAB
(254,188,171)
1 Favorites   0 Comments

Color spaces of #febcab

RGB 254188171
HSL0.030.980.83
HSV12°33°100°
CMYK 0.000.260.33   0.00
XYZ66.207059.977546.6154
Yxy59.97750.38310.3471
Hunter Lab77.445117.068718.5241
CIE-Lab81.826021.562317.9285

#febcab color RGB value is (254,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10101011
Octal 376 274 253
Decimal 254 188 171
Hex FE BC AB

RGB Percentages of Color #febcab

%41.44
%30.67
%27.90

CMYK Percentages of Color #febcab

%0
%26
%33
%0

Triadic Colors of #febcab

#febcab #abfebc #bcabfe

Analogous Colors of #febcab

#febcab #fee6ab #feabc4

Monochromatic Colors of #febcab

#febcab

Complementary Color

#febcab #abedfe

#febcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcab Color CSS Codes

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

#febcab Text Font Color

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

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


#febcab Background Color

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

This div background color is #febcab


#febcab Border Color

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

This div border color is #febcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcab


Comments

No comments written yet.

Please login to write comment.