Color Hex Logo

#dbdcb3 Color Hex

#DBDCB3
(219,220,179)
0 Favorites   0 Comments

Color spaces of #dbdcb3

RGB 219220179
HSL0.170.370.78
HSV61°19°86°
CMYK 0.000.000.19   0.14
XYZ62.943369.501152.7454
Yxy69.50110.33990.3753
Hunter Lab83.3673-11.123220.8451
CIE-Lab86.7516-7.074920.0837

#dbdcb3 color RGB value is (219,220,179).

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

The process color (four color CMYK) of #dbdcb3 color hex is 0.00, 0.00, 0.19, 0.14. Web safe color of #dbdcb3 is #cccccc. Color #dbdcb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 10110011
Octal 333 334 263
Decimal 219 220 179
Hex DB DC B3

RGB Percentages of Color #dbdcb3

%35.44
%35.60
%28.96

CMYK Percentages of Color #dbdcb3

%0
%0
%19
%14

Triadic Colors of #dbdcb3

#dbdcb3 #b3dbdc #dcb3db

Analogous Colors of #dbdcb3

#dbdcb3 #c7dcb3 #dcc9b3

Monochromatic Colors of #dbdcb3

#dbdcb3

Complementary Color

#dbdcb3 #b4b3dc

#dbdcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdcb3 Color CSS Codes

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

#dbdcb3 Text Font Color

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

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


#dbdcb3 Background Color

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

This div background color is #dbdcb3


#dbdcb3 Border Color

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

This div border color is #dbdcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdcb3


Comments

No comments written yet.

Please login to write comment.