Color Hex Logo

#ffeed8 Color Hex

#FFEED8
(255,238,216)
0 Favorites   0 Comments

Color spaces of #ffeed8

RGB 255238216
HSL0.091.000.92
HSV34°15°100°
CMYK 0.000.070.15   0.00
XYZ84.209287.366977.3910
Yxy87.36690.33820.3509
Hunter Lab93.4703-2.758816.3386
CIE-Lab94.89372.233712.7090

#ffeed8 color RGB value is (255,238,216).

#ffeed8 hex color red value is 255, green value is 238 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ffeed8 hue: 0.09 , saturation: 1.00 and the lightness value of ffeed8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 11011000
Octal 377 356 330
Decimal 255 238 216
Hex FF EE D8

RGB Percentages of Color #ffeed8

%35.97
%33.57
%30.47

CMYK Percentages of Color #ffeed8

%0
%7
%15
%0

Triadic Colors of #ffeed8

#ffeed8 #d8ffee #eed8ff

Analogous Colors of #ffeed8

#ffeed8 #fdffd8 #ffdbd8

Monochromatic Colors of #ffeed8

#ffeed8

Complementary Color

#ffeed8 #d8e9ff

#ffeed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeed8 Color CSS Codes

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

#ffeed8 Text Font Color

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

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


#ffeed8 Background Color

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

This div background color is #ffeed8


#ffeed8 Border Color

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

This div border color is #ffeed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeed8

Related Colors


Comments

No comments written yet.

Please login to write comment.