Color Hex Logo

#ffebde Color Hex

#FFEBDE
(255,235,222)
0 Favorites   0 Comments

Color spaces of #ffebde

RGB 255235222
HSL0.071.000.94
HSV24°13°100°
CMYK 0.000.080.13   0.00
XYZ84.133185.950681.2631
Yxy85.95060.33470.3420
Hunter Lab92.7095-0.254512.9270
CIE-Lab94.29124.68598.7418

#ffebde color RGB value is (255,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11011110
Octal 377 353 336
Decimal 255 235 222
Hex FF EB DE

RGB Percentages of Color #ffebde

%35.81
%33.01
%31.18

CMYK Percentages of Color #ffebde

%0
%8
%13
%0

Triadic Colors of #ffebde

#ffebde #deffeb #ebdeff

Analogous Colors of #ffebde

#ffebde #fffcde #ffdee2

Monochromatic Colors of #ffebde

#ffebde

Complementary Color

#ffebde #def2ff

#ffebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebde Color CSS Codes

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

#ffebde Text Font Color

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

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


#ffebde Background Color

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

This div background color is #ffebde


#ffebde Border Color

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

This div border color is #ffebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebde

Related Colors


Comments

No comments written yet.

Please login to write comment.