Color Hex Logo

#feffaf Color Hex

#FEFFAF
(254,255,175)
1 Favorites   0 Comments

Color spaces of #feffaf

RGB 254255175
HSL0.171.000.84
HSV61°31°100°
CMYK 0.000.000.31   0.00
XYZ84.370995.686054.5799
Yxy95.68600.35960.4078
Hunter Lab97.8192-17.224135.3916
CIE-Lab98.3073-12.173038.2071

#feffaf color RGB value is (254,255,175).

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

The process color (four color CMYK) of #feffaf color hex is 0.00, 0.00, 0.31, 0.00. Web safe color of #feffaf is #ffff99. Color #feffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 10101111
Octal 376 377 257
Decimal 254 255 175
Hex FE FF AF

RGB Percentages of Color #feffaf

%37.13
%37.28
%25.58

CMYK Percentages of Color #feffaf

%0
%0
%31
%0

Triadic Colors of #feffaf

#feffaf #affeff #ffaffe

Analogous Colors of #feffaf

#feffaf #d6ffaf #ffd8af

Monochromatic Colors of #feffaf

#feffaf

Complementary Color

#feffaf #b0afff

#feffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffaf Color CSS Codes

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

#feffaf Text Font Color

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

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


#feffaf Background Color

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

This div background color is #feffaf


#feffaf Border Color

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

This div border color is #feffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.