Color Hex Logo

#dbceae Color Hex

#DBCEAE
(219,206,174)
0 Favorites   0 Comments

Color spaces of #dbceae

RGB 219206174
HSL0.120.380.77
HSV43°21°86°
CMYK 0.000.060.21   0.14
XYZ58.924762.258748.9559
Yxy62.25870.34630.3659
Hunter Lab78.9042-4.780718.4466
CIE-Lab83.0508-0.602917.5586

#dbceae color RGB value is (219,206,174).

#dbceae hex color red value is 219, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dbceae hue: 0.12 , saturation: 0.38 and the lightness value of dbceae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10101110
Octal 333 316 256
Decimal 219 206 174
Hex DB CE AE

RGB Percentages of Color #dbceae

%36.56
%34.39
%29.05

CMYK Percentages of Color #dbceae

%0
%6
%21
%14

Triadic Colors of #dbceae

#dbceae #aedbce #ceaedb

Analogous Colors of #dbceae

#dbceae #d2dbae #dbb8ae

Monochromatic Colors of #dbceae

#dbceae

Complementary Color

#dbceae #aebbdb

#dbceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbceae Color CSS Codes

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

#dbceae Text Font Color

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

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


#dbceae Background Color

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

This div background color is #dbceae


#dbceae Border Color

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

This div border color is #dbceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbceae

#dbceae Color Palettes


Comments

No comments written yet.

Please login to write comment.