Color Hex Logo

#dbdd90 Color Hex

#DBDD90
(219,221,144)
0 Favorites   0 Comments

Color spaces of #dbdd90

RGB 219221144
HSL0.170.530.72
HSV62°35°87°
CMYK 0.010.000.35   0.13
XYZ60.103968.786636.4949
Yxy68.78660.36340.4159
Hunter Lab82.9377-15.784231.9671
CIE-Lab86.3983-12.206437.6215

#dbdd90 color RGB value is (219,221,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10010000
Octal 333 335 220
Decimal 219 221 144
Hex DB DD 90

RGB Percentages of Color #dbdd90

%37.50
%37.84
%24.66

CMYK Percentages of Color #dbdd90

%1
%0
%35
%13

Triadic Colors of #dbdd90

#dbdd90 #90dbdd #dd90db

Analogous Colors of #dbdd90

#dbdd90 #b5dd90 #ddb990

Monochromatic Colors of #dbdd90

#dbdd90

Complementary Color

#dbdd90 #9290dd

#dbdd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd90 Color CSS Codes

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

#dbdd90 Text Font Color

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

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


#dbdd90 Background Color

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

This div background color is #dbdd90


#dbdd90 Border Color

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

This div border color is #dbdd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd90


Comments

No comments written yet.

Please login to write comment.