Color Hex Logo

#ffdfb8 Color Hex

#FFDFB8
(255,223,184)
0 Favorites   0 Comments

Color spaces of #ffdfb8

RGB 255223184
HSL0.091.000.86
HSV33°28°100°
CMYK 0.000.130.28   0.00
XYZ76.279477.496056.2853
Yxy77.49600.36310.3689
Hunter Lab88.03180.614223.7138
CIE-Lab90.54945.385623.1936

#ffdfb8 color RGB value is (255,223,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 10111000
Octal 377 337 270
Decimal 255 223 184
Hex FF DF B8

RGB Percentages of Color #ffdfb8

%38.52
%33.69
%27.79

CMYK Percentages of Color #ffdfb8

%0
%13
%28
%0

Triadic Colors of #ffdfb8

#ffdfb8 #b8ffdf #dfb8ff

Analogous Colors of #ffdfb8

#ffdfb8 #fcffb8 #ffbcb8

Monochromatic Colors of #ffdfb8

#ffdfb8

Complementary Color

#ffdfb8 #b8d8ff

#ffdfb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfb8 Color CSS Codes

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

#ffdfb8 Text Font Color

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

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


#ffdfb8 Background Color

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

This div background color is #ffdfb8


#ffdfb8 Border Color

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

This div border color is #ffdfb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfb8

#ffdfb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.