Color Hex Logo

#dbdd86 Color Hex

#DBDD86
(219,221,134)
0 Favorites   0 Comments

Color spaces of #dbdd86

RGB 219221134
HSL0.170.560.70
HSV61°39°87°
CMYK 0.010.000.39   0.13
XYZ59.372968.494232.6457
Yxy68.49420.36990.4267
Hunter Lab82.7612-16.776234.5455
CIE-Lab86.2530-13.327142.4379

#dbdd86 color RGB value is (219,221,134).

#dbdd86 hex color red value is 219, green value is 221 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbdd86 hue: 0.17 , saturation: 0.56 and the lightness value of dbdd86 is 0.70.

The process color (four color CMYK) of #dbdd86 color hex is 0.01, 0.00, 0.39, 0.13. Web safe color of #dbdd86 is #cccc99. Color #dbdd86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10000110
Octal 333 335 206
Decimal 219 221 134
Hex DB DD 86

RGB Percentages of Color #dbdd86

%38.15
%38.50
%23.34

CMYK Percentages of Color #dbdd86

%1
%0
%39
%13

Triadic Colors of #dbdd86

#dbdd86 #86dbdd #dd86db

Analogous Colors of #dbdd86

#dbdd86 #b0dd86 #ddb486

Monochromatic Colors of #dbdd86

#dbdd86

Complementary Color

#dbdd86 #8886dd

#dbdd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd86 Color CSS Codes

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

#dbdd86 Text Font Color

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

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


#dbdd86 Background Color

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

This div background color is #dbdd86


#dbdd86 Border Color

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

This div border color is #dbdd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd86


Comments

No comments written yet.

Please login to write comment.