Color Hex Logo

#ffe1bf Color Hex

#FFE1BF
(255,225,191)
0 Favorites   0 Comments

Color spaces of #ffe1bf

RGB 255225191
HSL0.091.000.87
HSV32°25°100°
CMYK 0.000.120.25   0.00
XYZ77.569278.872060.4257
Yxy78.87200.35770.3637
Hunter Lab88.80990.489821.8264
CIE-Lab91.17635.287720.4314

#ffe1bf color RGB value is (255,225,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 10111111
Octal 377 341 277
Decimal 255 225 191
Hex FF E1 BF

RGB Percentages of Color #ffe1bf

%38.00
%33.53
%28.46

CMYK Percentages of Color #ffe1bf

%0
%12
%25
%0

Triadic Colors of #ffe1bf

#ffe1bf #bfffe1 #e1bfff

Analogous Colors of #ffe1bf

#ffe1bf #fdffbf #ffc1bf

Monochromatic Colors of #ffe1bf

#ffe1bf

Complementary Color

#ffe1bf #bfddff

#ffe1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe1bf Color CSS Codes

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

#ffe1bf Text Font Color

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

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


#ffe1bf Background Color

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

This div background color is #ffe1bf


#ffe1bf Border Color

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

This div border color is #ffe1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe1bf


Comments

No comments written yet.

Please login to write comment.