Color Hex Logo

#dbceb1 Color Hex

#DBCEB1
(219,206,177)
0 Favorites   0 Comments

Color spaces of #dbceb1

RGB 219206177
HSL0.120.370.78
HSV41°19°86°
CMYK 0.000.060.19   0.14
XYZ59.220562.377050.5137
Yxy62.37700.34410.3624
Hunter Lab78.9791-4.369717.3645
CIE-Lab83.1135-0.160916.0585

#dbceb1 color RGB value is (219,206,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10110001
Octal 333 316 261
Decimal 219 206 177
Hex DB CE B1

RGB Percentages of Color #dbceb1

%36.38
%34.22
%29.40

CMYK Percentages of Color #dbceb1

%0
%6
%19
%14

Triadic Colors of #dbceb1

#dbceb1 #b1dbce #ceb1db

Analogous Colors of #dbceb1

#dbceb1 #d3dbb1 #dbb9b1

Monochromatic Colors of #dbceb1

#dbceb1

Complementary Color

#dbceb1 #b1bedb

#dbceb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbceb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbceb1 Color CSS Codes

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

#dbceb1 Text Font Color

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

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


#dbceb1 Background Color

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

This div background color is #dbceb1


#dbceb1 Border Color

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

This div border color is #dbceb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbceb1

#dbceb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.