Color Hex Logo

#dbcda4 Color Hex

#DBCDA4
(219,205,164)
0 Favorites   0 Comments

Color spaces of #dbcda4

RGB 219205164
HSL0.120.430.75
HSV45°25°86°
CMYK 0.000.060.25   0.14
XYZ57.745661.403043.9304
Yxy61.40300.35410.3765
Hunter Lab78.3601-5.588821.6128
CIE-Lab82.5949-1.500822.2058

#dbcda4 color RGB value is (219,205,164).

#dbcda4 hex color red value is 219, green value is 205 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dbcda4 hue: 0.12 , saturation: 0.43 and the lightness value of dbcda4 is 0.75.

The process color (four color CMYK) of #dbcda4 color hex is 0.00, 0.06, 0.25, 0.14. Web safe color of #dbcda4 is #cccc99. Color #dbcda4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 10100100
Octal 333 315 244
Decimal 219 205 164
Hex DB CD A4

RGB Percentages of Color #dbcda4

%37.24
%34.86
%27.89

CMYK Percentages of Color #dbcda4

%0
%6
%25
%14

Triadic Colors of #dbcda4

#dbcda4 #a4dbcd #cda4db

Analogous Colors of #dbcda4

#dbcda4 #cedba4 #dbb2a4

Monochromatic Colors of #dbcda4

#dbcda4

Complementary Color

#dbcda4 #a4b2db

#dbcda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcda4 Color CSS Codes

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

#dbcda4 Text Font Color

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

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


#dbcda4 Background Color

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

This div background color is #dbcda4


#dbcda4 Border Color

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

This div border color is #dbcda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcda4


Comments

No comments written yet.

Please login to write comment.