Color Hex Logo

#ffeddb Color Hex

#FFEDDB
(255,237,219)
1 Favorites   0 Comments

Color spaces of #ffeddb

RGB 255237219
HSL0.081.000.93
HSV30°14°100°
CMYK 0.000.070.14   0.00
XYZ84.310486.942879.3558
Yxy86.94280.33640.3469
Hunter Lab93.2431-1.775814.8106
CIE-Lab94.71403.200610.9013

#ffeddb color RGB value is (255,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11011011
Octal 377 355 333
Decimal 255 237 219
Hex FF ED DB

RGB Percentages of Color #ffeddb

%35.86
%33.33
%30.80

CMYK Percentages of Color #ffeddb

%0
%7
%14
%0

Triadic Colors of #ffeddb

#ffeddb #dbffed #eddbff

Analogous Colors of #ffeddb

#ffeddb #ffffdb #ffdbdb

Monochromatic Colors of #ffeddb

#ffeddb

Complementary Color

#ffeddb #dbedff

#ffeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeddb Color CSS Codes

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

#ffeddb Text Font Color

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

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


#ffeddb Background Color

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

This div background color is #ffeddb


#ffeddb Border Color

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

This div border color is #ffeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeddb


Comments

No comments written yet.

Please login to write comment.