Color Hex Logo

#ffeae1 Color Hex

#FFEAE1
(255,234,225)
1 Favorites   0 Comments

Color spaces of #ffeae1

RGB 255234225
HSL0.051.000.94
HSV18°12°100°
CMYK 0.000.080.12   0.00
XYZ84.253485.541983.3048
Yxy85.54190.33290.3380
Hunter Lab92.48890.750411.3397
CIE-Lab94.11615.66936.9331

#ffeae1 color RGB value is (255,234,225).

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

The process color (four color CMYK) of #ffeae1 color hex is 0.00, 0.08, 0.12, 0.00. Web safe color of #ffeae1 is #ffffcc. Color #ffeae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 11100001
Octal 377 352 341
Decimal 255 234 225
Hex FF EA E1

RGB Percentages of Color #ffeae1

%35.71
%32.77
%31.51

CMYK Percentages of Color #ffeae1

%0
%8
%12
%0

Triadic Colors of #ffeae1

#ffeae1 #e1ffea #eae1ff

Analogous Colors of #ffeae1

#ffeae1 #fff9e1 #ffe1e7

Monochromatic Colors of #ffeae1

#ffeae1

Complementary Color

#ffeae1 #e1f6ff

#ffeae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeae1 Color CSS Codes

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

#ffeae1 Text Font Color

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

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


#ffeae1 Background Color

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

This div background color is #ffeae1


#ffeae1 Border Color

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

This div border color is #ffeae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeae1

#ffeae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.