Color Hex Logo

#fefabc Color Hex

#FEFABC
(254,250,188)
0 Favorites   0 Comments

Color spaces of #fefabc

RGB 254250188
HSL0.160.970.87
HSV56°26°100°
CMYK 0.000.020.26   0.00
XYZ84.135893.072961.1074
Yxy93.07290.35300.3905
Hunter Lab96.4743-13.159129.9774
CIE-Lab97.2572-8.093230.2999

#fefabc color RGB value is (254,250,188).

#fefabc hex color red value is 254, green value is 250 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fefabc hue: 0.16 , saturation: 0.97 and the lightness value of fefabc is 0.87.

The process color (four color CMYK) of #fefabc color hex is 0.00, 0.02, 0.26, 0.00. Web safe color of #fefabc is #ffffcc. Color #fefabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10111100
Octal 376 372 274
Decimal 254 250 188
Hex FE FA BC

RGB Percentages of Color #fefabc

%36.71
%36.13
%27.17

CMYK Percentages of Color #fefabc

%0
%2
%26
%0

Triadic Colors of #fefabc

#fefabc #bcfefa #fabcfe

Analogous Colors of #fefabc

#fefabc #e1febc #fed9bc

Monochromatic Colors of #fefabc

#fefabc

Complementary Color

#fefabc #bcc0fe

#fefabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefabc Color CSS Codes

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

#fefabc Text Font Color

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

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


#fefabc Background Color

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

This div background color is #fefabc


#fefabc Border Color

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

This div border color is #fefabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefabc

Related Colors

#fefabc Color Palettes


Comments

No comments written yet.

Please login to write comment.