Color Hex Logo

#dfd88b Color Hex

#DFD88B
(223,216,139)
0 Favorites   0 Comments

Color spaces of #dfd88b

RGB 223216139
HSL0.150.570.71
HSV55°38°87°
CMYK 0.000.030.38   0.13
XYZ59.647566.663834.1497
Yxy66.66380.37170.4155
Hunter Lab81.6479-12.481532.3552
CIE-Lab85.3339-8.707638.8284

#dfd88b color RGB value is (223,216,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10001011
Octal 337 330 213
Decimal 223 216 139
Hex DF D8 8B

RGB Percentages of Color #dfd88b

%38.58
%37.37
%24.05

CMYK Percentages of Color #dfd88b

%0
%3
%38
%13

Triadic Colors of #dfd88b

#dfd88b #8bdfd8 #d88bdf

Analogous Colors of #dfd88b

#dfd88b #bcdf8b #dfae8b

Monochromatic Colors of #dfd88b

#dfd88b

Complementary Color

#dfd88b #8b92df

#dfd88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd88b Color CSS Codes

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

#dfd88b Text Font Color

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

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


#dfd88b Background Color

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

This div background color is #dfd88b


#dfd88b Border Color

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

This div border color is #dfd88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd88b


Comments

No comments written yet.

Please login to write comment.