Color Hex Logo

#dbbca5 Color Hex

#DBBCA5
(219,188,165)
0 Favorites   0 Comments

Color spaces of #dbbca5

RGB 219188165
HSL0.070.430.75
HSV26°25°86°
CMYK 0.000.140.25   0.14
XYZ53.988253.743143.1253
Yxy53.74310.35790.3563
Hunter Lab73.30973.162616.4387
CIE-Lab78.31177.569715.7293

#dbbca5 color RGB value is (219,188,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 10100101
Octal 333 274 245
Decimal 219 188 165
Hex DB BC A5

RGB Percentages of Color #dbbca5

%38.29
%32.87
%28.85

CMYK Percentages of Color #dbbca5

%0
%14
%25
%14

Triadic Colors of #dbbca5

#dbbca5 #a5dbbc #bca5db

Analogous Colors of #dbbca5

#dbbca5 #dbd7a5 #dba5a9

Monochromatic Colors of #dbbca5

#dbbca5

Complementary Color

#dbbca5 #a5c4db

#dbbca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbca5 Color CSS Codes

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

#dbbca5 Text Font Color

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

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


#dbbca5 Background Color

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

This div background color is #dbbca5


#dbbca5 Border Color

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

This div border color is #dbbca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbca5


Comments

No comments written yet.

Please login to write comment.