Color Hex Logo

#dfdb8a Color Hex

#DFDB8A
(223,219,138)
0 Favorites   0 Comments

Color spaces of #dfdb8a

RGB 223219138
HSL0.160.570.71
HSV57°38°87°
CMYK 0.000.020.38   0.13
XYZ60.350468.186034.0252
Yxy68.18600.37120.4194
Hunter Lab82.5748-14.047933.3717
CIE-Lab86.0994-10.332140.3135

#dfdb8a color RGB value is (223,219,138).

#dfdb8a hex color red value is 223, green value is 219 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfdb8a hue: 0.16 , saturation: 0.57 and the lightness value of dfdb8a is 0.71.

The process color (four color CMYK) of #dfdb8a color hex is 0.00, 0.02, 0.38, 0.13. Web safe color of #dfdb8a is #cccc99. Color #dfdb8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10001010
Octal 337 333 212
Decimal 223 219 138
Hex DF DB 8A

RGB Percentages of Color #dfdb8a

%38.45
%37.76
%23.79

CMYK Percentages of Color #dfdb8a

%0
%2
%38
%13

Triadic Colors of #dfdb8a

#dfdb8a #8adfdb #db8adf

Analogous Colors of #dfdb8a

#dfdb8a #b9df8a #dfb18a

Monochromatic Colors of #dfdb8a

#dfdb8a

Complementary Color

#dfdb8a #8a8edf

#dfdb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb8a Color CSS Codes

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

#dfdb8a Text Font Color

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

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


#dfdb8a Background Color

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

This div background color is #dfdb8a


#dfdb8a Border Color

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

This div border color is #dfdb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb8a


Comments

No comments written yet.

Please login to write comment.