Color Hex Logo

#feeac1 Color Hex

#FEEAC1
(254,234,193)
0 Favorites   0 Comments

Color spaces of #feeac1

RGB 254234193
HSL0.110.970.88
HSV40°24°100°
CMYK 0.000.080.24   0.00
XYZ79.921583.766762.4084
Yxy83.76670.35350.3705
Hunter Lab91.5241-4.296023.6383
CIE-Lab93.34910.598722.3992

#feeac1 color RGB value is (254,234,193).

#feeac1 hex color red value is 254, green value is 234 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #feeac1 hue: 0.11 , saturation: 0.97 and the lightness value of feeac1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11000001
Octal 376 352 301
Decimal 254 234 193
Hex FE EA C1

RGB Percentages of Color #feeac1

%37.30
%34.36
%28.34

CMYK Percentages of Color #feeac1

%0
%8
%24
%0

Triadic Colors of #feeac1

#feeac1 #c1feea #eac1fe

Analogous Colors of #feeac1

#feeac1 #f4fec1 #feccc1

Monochromatic Colors of #feeac1

#feeac1

Complementary Color

#feeac1 #c1d5fe

#feeac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeac1 Color CSS Codes

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

#feeac1 Text Font Color

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

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


#feeac1 Background Color

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

This div background color is #feeac1


#feeac1 Border Color

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

This div border color is #feeac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeac1


Comments

No comments written yet.

Please login to write comment.