Color Hex Logo

#ffdfba Color Hex

#FFDFBA
(255,223,186)
15 Favorites   0 Comments

Color spaces of #ffdfba

RGB 255223186
HSL0.091.000.86
HSV32°27°100°
CMYK 0.000.130.27   0.00
XYZ76.490677.580557.3974
Yxy77.58050.36170.3669
Hunter Lab88.07980.874023.0194
CIE-Lab90.58815.647222.2101

#ffdfba color RGB value is (255,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 10111010
Octal 377 337 272
Decimal 255 223 186
Hex FF DF BA

RGB Percentages of Color #ffdfba

%38.40
%33.58
%28.01

CMYK Percentages of Color #ffdfba

%0
%13
%27
%0

Triadic Colors of #ffdfba

#ffdfba #baffdf #dfbaff

Analogous Colors of #ffdfba

#ffdfba #fdffba #ffbdba

Monochromatic Colors of #ffdfba

#ffdfba

Complementary Color

#ffdfba #badaff

#ffdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfba Color CSS Codes

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

#ffdfba Text Font Color

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

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


#ffdfba Background Color

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

This div background color is #ffdfba


#ffdfba Border Color

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

This div border color is #ffdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfba


Comments

No comments written yet.

Please login to write comment.