Color Hex Logo

#dfbba2 Color Hex

#DFBBA2
(223,187,162)
0 Favorites   0 Comments

Color spaces of #dfbba2

RGB 223187162
HSL0.070.490.75
HSV25°27°87°
CMYK 0.000.160.27   0.13
XYZ54.723353.837341.6898
Yxy53.83730.36420.3583
Hunter Lab73.37394.723517.6742
CIE-Lab78.36689.203217.4724

#dfbba2 color RGB value is (223,187,162).

#dfbba2 hex color red value is 223, green value is 187 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #dfbba2 hue: 0.07 , saturation: 0.49 and the lightness value of dfbba2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10100010
Octal 337 273 242
Decimal 223 187 162
Hex DF BB A2

RGB Percentages of Color #dfbba2

%38.99
%32.69
%28.32

CMYK Percentages of Color #dfbba2

%0
%16
%27
%13

Triadic Colors of #dfbba2

#dfbba2 #a2dfbb #bba2df

Analogous Colors of #dfbba2

#dfbba2 #dfdaa2 #dfa2a8

Monochromatic Colors of #dfbba2

#dfbba2

Complementary Color

#dfbba2 #a2c6df

#dfbba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbba2 Color CSS Codes

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

#dfbba2 Text Font Color

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

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


#dfbba2 Background Color

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

This div background color is #dfbba2


#dfbba2 Border Color

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

This div border color is #dfbba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbba2


Comments

No comments written yet.

Please login to write comment.