Color Hex Logo

#dfd888 Color Hex

#DFD888
(223,216,136)
0 Favorites   0 Comments

Color spaces of #dfd888

RGB 223216136
HSL0.150.580.70
HSV55°39°87°
CMYK 0.000.030.39   0.13
XYZ59.431266.577333.0109
Yxy66.57730.37370.4187
Hunter Lab81.5949-12.777233.1295
CIE-Lab85.2900-9.036640.2803

#dfd888 color RGB value is (223,216,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10001000
Octal 337 330 210
Decimal 223 216 136
Hex DF D8 88

RGB Percentages of Color #dfd888

%38.78
%37.57
%23.65

CMYK Percentages of Color #dfd888

%0
%3
%39
%13

Triadic Colors of #dfd888

#dfd888 #88dfd8 #d888df

Analogous Colors of #dfd888

#dfd888 #bbdf88 #dfad88

Monochromatic Colors of #dfd888

#dfd888

Complementary Color

#dfd888 #888fdf

#dfd888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd888 Color CSS Codes

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

#dfd888 Text Font Color

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

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


#dfd888 Background Color

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

This div background color is #dfd888


#dfd888 Border Color

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

This div border color is #dfd888


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,216,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 #dfd888">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd888


Comments

No comments written yet.

Please login to write comment.