Color Hex Logo

#ffdfb2 Color Hex

#FFDFB2
(255,223,178)
0 Favorites   0 Comments

Color spaces of #ffdfb2

RGB 255223178
HSL0.101.000.85
HSV35°30°100°
CMYK 0.000.130.30   0.00
XYZ75.663677.249753.0423
Yxy77.24970.36740.3751
Hunter Lab87.8918-0.145025.7430
CIE-Lab90.43644.619026.1427

#ffdfb2 color RGB value is (255,223,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 10110010
Octal 377 337 262
Decimal 255 223 178
Hex FF DF B2

RGB Percentages of Color #ffdfb2

%38.87
%33.99
%27.13

CMYK Percentages of Color #ffdfb2

%0
%13
%30
%0

Triadic Colors of #ffdfb2

#ffdfb2 #b2ffdf #dfb2ff

Analogous Colors of #ffdfb2

#ffdfb2 #f9ffb2 #ffb9b2

Monochromatic Colors of #ffdfb2

#ffdfb2

Complementary Color

#ffdfb2 #b2d2ff

#ffdfb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfb2 Color CSS Codes

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

#ffdfb2 Text Font Color

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

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


#ffdfb2 Background Color

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

This div background color is #ffdfb2


#ffdfb2 Border Color

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

This div border color is #ffdfb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,223,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 #ffdfb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfb2

#ffdfb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.