Color Hex Logo

#feffda Color Hex

#FEFFDA
(254,255,218)
0 Favorites   0 Comments

Color spaces of #feffda

RGB 254255218
HSL0.171.000.93
HSV62°15°100°
CMYK 0.000.000.15   0.00
XYZ89.287997.652880.4726
Yxy97.65280.33390.3652
Hunter Lab98.8194-11.651020.8914
CIE-Lab99.0852-6.366817.5974

#feffda color RGB value is (254,255,218).

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

The process color (four color CMYK) of #feffda color hex is 0.00, 0.00, 0.15, 0.00. Web safe color of #feffda is #ffffcc. Color #feffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 11011010
Octal 376 377 332
Decimal 254 255 218
Hex FE FF DA

RGB Percentages of Color #feffda

%34.94
%35.08
%29.99

CMYK Percentages of Color #feffda

%0
%0
%15
%0

Triadic Colors of #feffda

#feffda #dafeff #ffdafe

Analogous Colors of #feffda

#feffda #ecffda #ffeeda

Monochromatic Colors of #feffda

#feffda

Complementary Color

#feffda #dbdaff

#feffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffda Color CSS Codes

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

#feffda Text Font Color

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

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


#feffda Background Color

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

This div background color is #feffda


#feffda Border Color

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

This div border color is #feffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffda

Related Colors


Comments

No comments written yet.

Please login to write comment.