Color Hex Logo

#ffefe1 Color Hex

#FFEFE1
(255,239,225)
0 Favorites   0 Comments

Color spaces of #ffefe1

RGB 255239225
HSL0.081.000.94
HSV28°12°100°
CMYK 0.000.060.12   0.00
XYZ85.697188.429283.7860
Yxy88.42920.33230.3429
Hunter Lab94.0368-1.894812.9989
CIE-Lab95.34143.11608.6940

#ffefe1 color RGB value is (255,239,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11100001
Octal 377 357 341
Decimal 255 239 225
Hex FF EF E1

RGB Percentages of Color #ffefe1

%35.47
%33.24
%31.29

CMYK Percentages of Color #ffefe1

%0
%6
%12
%0

Triadic Colors of #ffefe1

#ffefe1 #e1ffef #efe1ff

Analogous Colors of #ffefe1

#ffefe1 #fffee1 #ffe1e2

Monochromatic Colors of #ffefe1

#ffefe1

Complementary Color

#ffefe1 #e1f1ff

#ffefe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefe1 Color CSS Codes

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

#ffefe1 Text Font Color

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

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


#ffefe1 Background Color

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

This div background color is #ffefe1


#ffefe1 Border Color

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

This div border color is #ffefe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefe1

Related Colors

#ffefe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.