Color Hex Logo

#dbcca5 Color Hex

#DBCCA5
(219,204,165)
0 Favorites   0 Comments

Color spaces of #dbcca5

RGB 219204165
HSL0.120.430.75
HSV43°25°86°
CMYK 0.000.070.25   0.14
XYZ57.597860.962444.3285
Yxy60.96240.35360.3743
Hunter Lab78.0784-4.959320.9934
CIE-Lab82.3585-0.843421.3531

#dbcca5 color RGB value is (219,204,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10100101
Octal 333 314 245
Decimal 219 204 165
Hex DB CC A5

RGB Percentages of Color #dbcca5

%37.24
%34.69
%28.06

CMYK Percentages of Color #dbcca5

%0
%7
%25
%14

Triadic Colors of #dbcca5

#dbcca5 #a5dbcc #cca5db

Analogous Colors of #dbcca5

#dbcca5 #cfdba5 #dbb1a5

Monochromatic Colors of #dbcca5

#dbcca5

Complementary Color

#dbcca5 #a5b4db

#dbcca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcca5 Color CSS Codes

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

#dbcca5 Text Font Color

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

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


#dbcca5 Background Color

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

This div background color is #dbcca5


#dbcca5 Border Color

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

This div border color is #dbcca5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,204,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 #dbcca5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcca5


Comments

No comments written yet.

Please login to write comment.