Color Hex Logo

#dbcea4 Color Hex

#DBCEA4
(219,206,164)
0 Favorites   0 Comments

Color spaces of #dbcea4

RGB 219206164
HSL0.130.430.75
HSV46°25°86°
CMYK 0.000.060.25   0.14
XYZ57.985661.883044.0104
Yxy61.88300.35380.3776
Hunter Lab78.6657-6.090321.8956
CIE-Lab82.8512-2.019422.5579

#dbcea4 color RGB value is (219,206,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10100100
Octal 333 316 244
Decimal 219 206 164
Hex DB CE A4

RGB Percentages of Color #dbcea4

%37.18
%34.97
%27.84

CMYK Percentages of Color #dbcea4

%0
%6
%25
%14

Triadic Colors of #dbcea4

#dbcea4 #a4dbce #cea4db

Analogous Colors of #dbcea4

#dbcea4 #cddba4 #dbb3a4

Monochromatic Colors of #dbcea4

#dbcea4

Complementary Color

#dbcea4 #a4b1db

#dbcea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcea4 Color CSS Codes

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

#dbcea4 Text Font Color

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

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


#dbcea4 Background Color

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

This div background color is #dbcea4


#dbcea4 Border Color

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

This div border color is #dbcea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcea4


Comments

No comments written yet.

Please login to write comment.