Color Hex Logo

#ffeffa Color Hex

#FFEFFA
(255,239,250)
1 Favorites   0 Comments

Color spaces of #ffeffa

RGB 255239250
HSL0.891.000.97
HSV319°100°
CMYK 0.000.060.02   0.00
XYZ89.361889.8951103.0841
Yxy89.89510.31650.3184
Hunter Lab94.81302.31441.9069
CIE-Lab95.95327.2682-3.3617

#ffeffa color RGB value is (255,239,250).

#ffeffa hex color red value is 255, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ffeffa hue: 0.89 , saturation: 1.00 and the lightness value of ffeffa is 0.97.

The process color (four color CMYK) of #ffeffa color hex is 0.00, 0.06, 0.02, 0.00. Web safe color of #ffeffa is #ffffff. Color #ffeffa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11111010
Octal 377 357 372
Decimal 255 239 250
Hex FF EF FA

RGB Percentages of Color #ffeffa

%34.27
%32.12
%33.60

CMYK Percentages of Color #ffeffa

%0
%6
%2
%0

Triadic Colors of #ffeffa

#ffeffa #faffef #effaff

Analogous Colors of #ffeffa

#ffeffa #ffeff2 #fcefff

Monochromatic Colors of #ffeffa

#ffeffa

Complementary Color

#ffeffa #effff4

#ffeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeffa Color CSS Codes

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

#ffeffa Text Font Color

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

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


#ffeffa Background Color

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

This div background color is #ffeffa


#ffeffa Border Color

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

This div border color is #ffeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeffa

Related Colors

#ffeffa Color Palettes


Comments

No comments written yet.

Please login to write comment.