Color Hex Logo

#fffea2 Color Hex

#FFFEA2
(255,254,162)
0 Favorites   0 Comments

Color spaces of #fffea2

RGB 255254162
HSL0.161.000.82
HSV59°36°100°
CMYK 0.000.000.36   0.00
XYZ83.203494.752348.0861
Yxy94.75230.36810.4192
Hunter Lab97.3408-17.771038.8494
CIE-Lab97.9343-12.792044.1327

#fffea2 color RGB value is (255,254,162).

#fffea2 hex color red value is 255, green value is 254 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fffea2 hue: 0.16 , saturation: 1.00 and the lightness value of fffea2 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10100010
Octal 377 376 242
Decimal 255 254 162
Hex FF FE A2

RGB Percentages of Color #fffea2

%38.00
%37.85
%24.14

CMYK Percentages of Color #fffea2

%0
%0
%36
%0

Triadic Colors of #fffea2

#fffea2 #a2fffe #fea2ff

Analogous Colors of #fffea2

#fffea2 #d2ffa2 #ffd0a2

Monochromatic Colors of #fffea2

#fffea2

Complementary Color

#fffea2 #a2a3ff

#fffea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffea2 Color CSS Codes

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

#fffea2 Text Font Color

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

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


#fffea2 Background Color

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

This div background color is #fffea2


#fffea2 Border Color

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

This div border color is #fffea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffea2


Comments

No comments written yet.

Please login to write comment.