Color Hex Logo

#fef6ab Color Hex

#FEF6AB
(254,246,171)
0 Favorites   0 Comments

Color spaces of #fef6ab

RGB 254246171
HSL0.150.980.83
HSV54°33°100°
CMYK 0.000.030.33   0.00
XYZ81.179589.922651.6063
Yxy89.92260.36450.4038
Hunter Lab94.8275-13.138734.1129
CIE-Lab95.9647-8.212137.1073

#fef6ab color RGB value is (254,246,171).

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

The process color (four color CMYK) of #fef6ab color hex is 0.00, 0.03, 0.33, 0.00. Web safe color of #fef6ab is #ffff99. Color #fef6ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 10101011
Octal 376 366 253
Decimal 254 246 171
Hex FE F6 AB

RGB Percentages of Color #fef6ab

%37.85
%36.66
%25.48

CMYK Percentages of Color #fef6ab

%0
%3
%33
%0

Triadic Colors of #fef6ab

#fef6ab #abfef6 #f6abfe

Analogous Colors of #fef6ab

#fef6ab #ddfeab #fecdab

Monochromatic Colors of #fef6ab

#fef6ab

Complementary Color

#fef6ab #abb3fe

#fef6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6ab Color CSS Codes

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

#fef6ab Text Font Color

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

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


#fef6ab Background Color

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

This div background color is #fef6ab


#fef6ab Border Color

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

This div border color is #fef6ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,246,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 #fef6ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6ab

Related Colors


Comments

No comments written yet.

Please login to write comment.