Color Hex Logo

#ffebed Color Hex

#FFEBED
(255,235,237)
0 Favorites   0 Comments

Color spaces of #ffebed

RGB 255235237
HSL0.981.000.96
HSV354°100°
CMYK 0.000.080.07   0.00
XYZ86.234486.791192.3281
Yxy86.79110.32500.3271
Hunter Lab93.16172.19406.4538
CIE-Lab94.64967.10531.4734

#ffebed color RGB value is (255,235,237).

#ffebed hex color red value is 255, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ffebed hue: 0.98 , saturation: 1.00 and the lightness value of ffebed is 0.96.

The process color (four color CMYK) of #ffebed color hex is 0.00, 0.08, 0.07, 0.00. Web safe color of #ffebed is #ffffff. Color #ffebed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11101101
Octal 377 353 355
Decimal 255 235 237
Hex FF EB ED

RGB Percentages of Color #ffebed

%35.08
%32.32
%32.60

CMYK Percentages of Color #ffebed

%0
%8
%7
%0

Triadic Colors of #ffebed

#ffebed #edffeb #ebedff

Analogous Colors of #ffebed

#ffebed #fff3eb #ffebf7

Monochromatic Colors of #ffebed

#ffebed

Complementary Color

#ffebed #ebfffd

#ffebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebed Color CSS Codes

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

#ffebed Text Font Color

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

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


#ffebed Background Color

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

This div background color is #ffebed


#ffebed Border Color

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

This div border color is #ffebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebed


Comments

No comments written yet.

Please login to write comment.