Color Hex Logo

#dfba88 Color Hex

#DFBA88
(223,186,136)
0 Favorites   0 Comments

Color spaces of #dfba88

RGB 223186136
HSL0.100.580.70
HSV34°39°87°
CMYK 0.000.170.39   0.13
XYZ52.434352.583430.6786
Yxy52.58340.38640.3875
Hunter Lab72.51442.171025.6763
CIE-Lab77.62846.503530.3124

#dfba88 color RGB value is (223,186,136).

#dfba88 hex color red value is 223, green value is 186 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dfba88 hue: 0.10 , saturation: 0.58 and the lightness value of dfba88 is 0.70.

The process color (four color CMYK) of #dfba88 color hex is 0.00, 0.17, 0.39, 0.13. Web safe color of #dfba88 is #cccc99. Color #dfba88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10001000
Octal 337 272 210
Decimal 223 186 136
Hex DF BA 88

RGB Percentages of Color #dfba88

%40.92
%34.13
%24.95

CMYK Percentages of Color #dfba88

%0
%17
%39
%13

Triadic Colors of #dfba88

#dfba88 #88dfba #ba88df

Analogous Colors of #dfba88

#dfba88 #d9df88 #df8f88

Monochromatic Colors of #dfba88

#dfba88

Complementary Color

#dfba88 #88addf

#dfba88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba88 Color CSS Codes

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

#dfba88 Text Font Color

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

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


#dfba88 Background Color

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

This div background color is #dfba88


#dfba88 Border Color

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

This div border color is #dfba88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba88


Comments

No comments written yet.

Please login to write comment.