Color Hex Logo

#ffebda Color Hex

#FFEBDA
(255,235,218)
0 Favorites   0 Comments

Color spaces of #ffebda

RGB 255235218
HSL0.081.000.93
HSV28°15°100°
CMYK 0.000.080.15   0.00
XYZ83.603285.738678.4725
Yxy85.73860.33740.3460
Hunter Lab92.5951-0.875714.5695
CIE-Lab94.20054.067110.6862

#ffebda color RGB value is (255,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11011010
Octal 377 353 332
Decimal 255 235 218
Hex FF EB DA

RGB Percentages of Color #ffebda

%36.02
%33.19
%30.79

CMYK Percentages of Color #ffebda

%0
%8
%15
%0

Triadic Colors of #ffebda

#ffebda #daffeb #ebdaff

Analogous Colors of #ffebda

#ffebda #fffeda #ffdadc

Monochromatic Colors of #ffebda

#ffebda

Complementary Color

#ffebda #daeeff

#ffebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebda Color CSS Codes

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

#ffebda Text Font Color

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

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


#ffebda Background Color

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

This div background color is #ffebda


#ffebda Border Color

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

This div border color is #ffebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebda

#ffebda Color Palettes


Comments

No comments written yet.

Please login to write comment.