Color Hex Logo

#ffddb0 Color Hex

#FFDDB0
(255,221,176)
0 Favorites   0 Comments

Color spaces of #ffddb0

RGB 255221176
HSL0.091.000.85
HSV34°31°100°
CMYK 0.000.130.31   0.00
XYZ74.932976.107551.8151
Yxy76.10750.36940.3752
Hunter Lab87.23960.650125.8530
CIE-Lab89.90925.394826.4569

#ffddb0 color RGB value is (255,221,176).

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

The process color (four color CMYK) of #ffddb0 color hex is 0.00, 0.13, 0.31, 0.00. Web safe color of #ffddb0 is #ffcc99. Color #ffddb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10110000
Octal 377 335 260
Decimal 255 221 176
Hex FF DD B0

RGB Percentages of Color #ffddb0

%39.11
%33.90
%26.99

CMYK Percentages of Color #ffddb0

%0
%13
%31
%0

Triadic Colors of #ffddb0

#ffddb0 #b0ffdd #ddb0ff

Analogous Colors of #ffddb0

#ffddb0 #faffb0 #ffb6b0

Monochromatic Colors of #ffddb0

#ffddb0

Complementary Color

#ffddb0 #b0d2ff

#ffddb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddb0 Color CSS Codes

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

#ffddb0 Text Font Color

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

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


#ffddb0 Background Color

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

This div background color is #ffddb0


#ffddb0 Border Color

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

This div border color is #ffddb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddb0

Related Colors


Comments

No comments written yet.

Please login to write comment.