Color Hex Logo

#ffd9b2 Color Hex

#FFD9B2
(255,217,178)
5 Favorites   0 Comments

Color spaces of #ffd9b2

RGB 255217178
HSL0.081.000.85
HSV30°30°100°
CMYK 0.000.150.30   0.00
XYZ74.088774.100152.5173
Yxy74.10010.36910.3692
Hunter Lab86.08142.989224.0848
CIE-Lab88.96987.703024.1349

#ffd9b2 color RGB value is (255,217,178).

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

The process color (four color CMYK) of #ffd9b2 color hex is 0.00, 0.15, 0.30, 0.00. Web safe color of #ffd9b2 is #ffcc99. Color #ffd9b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 10110010
Octal 377 331 262
Decimal 255 217 178
Hex FF D9 B2

RGB Percentages of Color #ffd9b2

%39.23
%33.38
%27.38

CMYK Percentages of Color #ffd9b2

%0
%15
%30
%0

Triadic Colors of #ffd9b2

#ffd9b2 #b2ffd9 #d9b2ff

Analogous Colors of #ffd9b2

#ffd9b2 #ffffb2 #ffb3b2

Monochromatic Colors of #ffd9b2

#ffd9b2

Complementary Color

#ffd9b2 #b2d8ff

#ffd9b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd9b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd9b2 Color CSS Codes

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

#ffd9b2 Text Font Color

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

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


#ffd9b2 Background Color

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

This div background color is #ffd9b2


#ffd9b2 Border Color

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

This div border color is #ffd9b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd9b2

Related Colors


Comments

No comments written yet.

Please login to write comment.