Color Hex Logo

#ffddc3 Color Hex

#FFDDC3
(255,221,195)
0 Favorites   0 Comments

Color spaces of #ffddc3

RGB 255221195
HSL0.071.000.88
HSV26°24°100°
CMYK 0.000.130.24   0.00
XYZ76.946876.913062.4199
Yxy76.91300.35580.3556
Hunter Lab87.70013.138319.1908
CIE-Lab90.28167.891417.1002

#ffddc3 color RGB value is (255,221,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11000011
Octal 377 335 303
Decimal 255 221 195
Hex FF DD C3

RGB Percentages of Color #ffddc3

%38.00
%32.94
%29.06

CMYK Percentages of Color #ffddc3

%0
%13
%24
%0

Triadic Colors of #ffddc3

#ffddc3 #c3ffdd #ddc3ff

Analogous Colors of #ffddc3

#ffddc3 #fffbc3 #ffc3c7

Monochromatic Colors of #ffddc3

#ffddc3

Complementary Color

#ffddc3 #c3e5ff

#ffddc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddc3 Color CSS Codes

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

#ffddc3 Text Font Color

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

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


#ffddc3 Background Color

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

This div background color is #ffddc3


#ffddc3 Border Color

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

This div border color is #ffddc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddc3

Related Colors


Comments

No comments written yet.

Please login to write comment.