Color Hex Logo

#ffeafa Color Hex

#FFEAFA
(255,234,250)
0 Favorites   0 Comments

Color spaces of #ffeafa

RGB 255234250
HSL0.871.000.96
HSV314°100°
CMYK 0.000.080.02   0.00
XYZ87.918187.0078102.6029
Yxy87.00780.31680.3135
Hunter Lab93.27805.00670.0774
CIE-Lab94.74169.8387-5.1447

#ffeafa color RGB value is (255,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 11111010
Octal 377 352 372
Decimal 255 234 250
Hex FF EA FA

RGB Percentages of Color #ffeafa

%34.51
%31.66
%33.83

CMYK Percentages of Color #ffeafa

%0
%8
%2
%0

Triadic Colors of #ffeafa

#ffeafa #faffea #eafaff

Analogous Colors of #ffeafa

#ffeafa #ffeaf0 #faeaff

Monochromatic Colors of #ffeafa

#ffeafa

Complementary Color

#ffeafa #eaffef

#ffeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeafa Color CSS Codes

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

#ffeafa Text Font Color

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

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


#ffeafa Background Color

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

This div background color is #ffeafa


#ffeafa Border Color

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

This div border color is #ffeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeafa

Related Colors


Comments

No comments written yet.

Please login to write comment.