Color Hex Logo

#ffedeb Color Hex

#FFEDEB
(255,237,235)
1 Favorites   0 Comments

Color spaces of #ffedeb

RGB 255237235
HSL0.021.000.96
HSV100°
CMYK 0.000.070.08   0.00
XYZ86.519687.826590.9894
Yxy87.82650.32610.3310
Hunter Lab93.71580.79088.0359
CIE-Lab95.08785.74933.1484

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

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

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

Base Numbers

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

RGB Percentages of Color #ffedeb

%35.08
%32.60
%32.32

CMYK Percentages of Color #ffedeb

%0
%7
%8
%0

Triadic Colors of #ffedeb

#ffedeb #ebffed #edebff

Analogous Colors of #ffedeb

#ffedeb #fff7eb #ffebf3

Monochromatic Colors of #ffedeb

#ffedeb

Complementary Color

#ffedeb #ebfdff

#ffedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedeb Color CSS Codes

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

#ffedeb Text Font Color

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

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


#ffedeb Background Color

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

This div background color is #ffedeb


#ffedeb Border Color

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

This div border color is #ffedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedeb

Related Colors


Comments

No comments written yet.

Please login to write comment.