Color Hex Logo

#ffe1cf Color Hex

#FFE1CF
(255,225,207)
4 Favorites   0 Comments

Color spaces of #ffe1cf

RGB 255225207
HSL0.061.000.91
HSV23°19°100°
CMYK 0.000.120.19   0.00
XYZ79.427779.615470.2125
Yxy79.61540.34650.3473
Hunter Lab89.22752.747515.8043
CIE-Lab91.51207.543112.5771

#ffe1cf color RGB value is (255,225,207).

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

The process color (four color CMYK) of #ffe1cf color hex is 0.00, 0.12, 0.19, 0.00. Web safe color of #ffe1cf is #ffcccc. Color #ffe1cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 11001111
Octal 377 341 317
Decimal 255 225 207
Hex FF E1 CF

RGB Percentages of Color #ffe1cf

%37.12
%32.75
%30.13

CMYK Percentages of Color #ffe1cf

%0
%12
%19
%0

Triadic Colors of #ffe1cf

#ffe1cf #cfffe1 #e1cfff

Analogous Colors of #ffe1cf

#ffe1cf #fff9cf #ffcfd5

Monochromatic Colors of #ffe1cf

#ffe1cf

Complementary Color

#ffe1cf #cfedff

#ffe1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe1cf Color CSS Codes

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

#ffe1cf Text Font Color

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

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


#ffe1cf Background Color

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

This div background color is #ffe1cf


#ffe1cf Border Color

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

This div border color is #ffe1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe1cf

Related Colors


Comments

No comments written yet.

Please login to write comment.