Color Hex Logo

#ffebdc Color Hex

#FFEBDC
(255,235,220)
0 Favorites   0 Comments

Color spaces of #ffebdc

RGB 255235220
HSL0.071.000.93
HSV26°14°100°
CMYK 0.000.080.14   0.00
XYZ83.866685.844079.8594
Yxy85.84400.33600.3440
Hunter Lab92.6520-0.566813.7527
CIE-Lab94.24564.37519.7138

#ffebdc color RGB value is (255,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11011100
Octal 377 353 334
Decimal 255 235 220
Hex FF EB DC

RGB Percentages of Color #ffebdc

%35.92
%33.10
%30.99

CMYK Percentages of Color #ffebdc

%0
%8
%14
%0

Triadic Colors of #ffebdc

#ffebdc #dcffeb #ebdcff

Analogous Colors of #ffebdc

#ffebdc #fffddc #ffdcdf

Monochromatic Colors of #ffebdc

#ffebdc

Complementary Color

#ffebdc #dcf0ff

#ffebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebdc Color CSS Codes

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

#ffebdc Text Font Color

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

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


#ffebdc Background Color

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

This div background color is #ffebdc


#ffebdc Border Color

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

This div border color is #ffebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebdc

Related Colors


Comments

No comments written yet.

Please login to write comment.