Color Hex Logo

#ffeed5 Color Hex

#FFEED5
(255,238,213)
0 Favorites   0 Comments

Color spaces of #ffeed5

RGB 255238213
HSL0.101.000.92
HSV36°16°100°
CMYK 0.000.070.16   0.00
XYZ83.824887.213275.3666
Yxy87.21320.34020.3539
Hunter Lab93.3880-3.207917.5230
CIE-Lab94.82871.782314.1669

#ffeed5 color RGB value is (255,238,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 11010101
Octal 377 356 325
Decimal 255 238 213
Hex FF EE D5

RGB Percentages of Color #ffeed5

%36.12
%33.71
%30.17

CMYK Percentages of Color #ffeed5

%0
%7
%16
%0

Triadic Colors of #ffeed5

#ffeed5 #d5ffee #eed5ff

Analogous Colors of #ffeed5

#ffeed5 #fbffd5 #ffd9d5

Monochromatic Colors of #ffeed5

#ffeed5

Complementary Color

#ffeed5 #d5e6ff

#ffeed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeed5 Color CSS Codes

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

#ffeed5 Text Font Color

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

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


#ffeed5 Background Color

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

This div background color is #ffeed5


#ffeed5 Border Color

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

This div border color is #ffeed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeed5


Comments

No comments written yet.

Please login to write comment.