Color Hex Logo

#ffedbe Color Hex

#FFEDBE
(255,237,190)
0 Favorites   0 Comments

Color spaces of #ffedbe

RGB 255237190
HSL0.121.000.87
HSV43°25°100°
CMYK 0.000.070.25   0.00
XYZ80.818585.546160.9677
Yxy85.54610.35550.3763
Hunter Lab92.4911-5.886725.6614
CIE-Lab94.1179-0.956425.0132

#ffedbe color RGB value is (255,237,190).

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

The process color (four color CMYK) of #ffedbe color hex is 0.00, 0.07, 0.25, 0.00. Web safe color of #ffedbe is #ffffcc. Color #ffedbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10111110
Octal 377 355 276
Decimal 255 237 190
Hex FF ED BE

RGB Percentages of Color #ffedbe

%37.39
%34.75
%27.86

CMYK Percentages of Color #ffedbe

%0
%7
%25
%0

Triadic Colors of #ffedbe

#ffedbe #beffed #edbeff

Analogous Colors of #ffedbe

#ffedbe #f1ffbe #ffcdbe

Monochromatic Colors of #ffedbe

#ffedbe

Complementary Color

#ffedbe #bed0ff

#ffedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedbe Color CSS Codes

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

#ffedbe Text Font Color

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

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


#ffedbe Background Color

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

This div background color is #ffedbe


#ffedbe Border Color

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

This div border color is #ffedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedbe

Related Colors

#ffedbe Color Palettes


Comments

No comments written yet.

Please login to write comment.