Color Hex Logo

#ffded4 Color Hex

#FFDED4
(255,222,212)
0 Favorites   0 Comments

Color spaces of #ffded4

RGB 255222212
HSL0.041.000.92
HSV14°17°100°
CMYK 0.000.130.17   0.00
XYZ79.244978.256073.2156
Yxy78.25600.34350.3392
Hunter Lab88.46245.091612.8525
CIE-Lab90.89669.83429.0868

#ffded4 color RGB value is (255,222,212).

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

The process color (four color CMYK) of #ffded4 color hex is 0.00, 0.13, 0.17, 0.00. Web safe color of #ffded4 is #ffcccc. Color #ffded4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11010100
Octal 377 336 324
Decimal 255 222 212
Hex FF DE D4

RGB Percentages of Color #ffded4

%37.01
%32.22
%30.77

CMYK Percentages of Color #ffded4

%0
%13
%17
%0

Triadic Colors of #ffded4

#ffded4 #d4ffde #ded4ff

Analogous Colors of #ffded4

#ffded4 #fff4d4 #ffd4e0

Monochromatic Colors of #ffded4

#ffded4

Complementary Color

#ffded4 #d4f5ff

#ffded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffded4 Color CSS Codes

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

#ffded4 Text Font Color

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

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


#ffded4 Background Color

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

This div background color is #ffded4


#ffded4 Border Color

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

This div border color is #ffded4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffded4

Related Colors


Comments

No comments written yet.

Please login to write comment.