Color Hex Logo

#dbdc96 Color Hex

#DBDC96
(219,220,150)
0 Favorites   0 Comments

Color spaces of #dbdc96

RGB 219220150
HSL0.170.500.73
HSV61°32°86°
CMYK 0.000.000.32   0.14
XYZ60.311668.448538.8873
Yxy68.44850.35980.4083
Hunter Lab82.7336-14.659930.0454
CIE-Lab86.2302-10.988334.3600

#dbdc96 color RGB value is (219,220,150).

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

The process color (four color CMYK) of #dbdc96 color hex is 0.00, 0.00, 0.32, 0.14. Web safe color of #dbdc96 is #cccc99. Color #dbdc96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 10010110
Octal 333 334 226
Decimal 219 220 150
Hex DB DC 96

RGB Percentages of Color #dbdc96

%37.18
%37.35
%25.47

CMYK Percentages of Color #dbdc96

%0
%0
%32
%14

Triadic Colors of #dbdc96

#dbdc96 #96dbdc #dc96db

Analogous Colors of #dbdc96

#dbdc96 #b8dc96 #dcba96

Monochromatic Colors of #dbdc96

#dbdc96

Complementary Color

#dbdc96 #9796dc

#dbdc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdc96 Color CSS Codes

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

#dbdc96 Text Font Color

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

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


#dbdc96 Background Color

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

This div background color is #dbdc96


#dbdc96 Border Color

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

This div border color is #dbdc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdc96


Comments

No comments written yet.

Please login to write comment.