Color Hex Logo

#dbdd95 Color Hex

#DBDD95
(219,221,149)
0 Favorites   0 Comments

Color spaces of #dbdd95

RGB 219221149
HSL0.170.510.73
HSV62°33°87°
CMYK 0.010.000.33   0.13
XYZ60.494768.942938.5527
Yxy68.94290.36010.4104
Hunter Lab83.0319-15.255630.5932
CIE-Lab86.4758-11.612335.1915

#dbdd95 color RGB value is (219,221,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10010101
Octal 333 335 225
Decimal 219 221 149
Hex DB DD 95

RGB Percentages of Color #dbdd95

%37.18
%37.52
%25.30

CMYK Percentages of Color #dbdd95

%1
%0
%33
%13

Triadic Colors of #dbdd95

#dbdd95 #95dbdd #dd95db

Analogous Colors of #dbdd95

#dbdd95 #b7dd95 #ddbb95

Monochromatic Colors of #dbdd95

#dbdd95

Complementary Color

#dbdd95 #9795dd

#dbdd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd95 Color CSS Codes

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

#dbdd95 Text Font Color

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

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


#dbdd95 Background Color

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

This div background color is #dbdd95


#dbdd95 Border Color

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

This div border color is #dbdd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd95


Comments

No comments written yet.

Please login to write comment.