Color Hex Logo

#e6dbbc Color Hex

#E6DBBC
(230,219,188)
0 Favorites   0 Comments

Color spaces of #e6dbbc

RGB 230219188
HSL0.120.460.82
HSV44°18°90°
CMYK 0.000.050.18   0.10
XYZ67.041771.116957.7704
Yxy71.11690.34220.3630
Hunter Lab84.3308-5.674218.4153
CIE-Lab87.5418-1.219916.6085

#e6dbbc color RGB value is (230,219,188).

#e6dbbc hex color red value is 230, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e6dbbc hue: 0.12 , saturation: 0.46 and the lightness value of e6dbbc is 0.82.

The process color (four color CMYK) of #e6dbbc color hex is 0.00, 0.05, 0.18, 0.10. Web safe color of #e6dbbc is #ffcccc. Color #e6dbbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 10111100
Octal 346 333 274
Decimal 230 219 188
Hex E6 DB BC

RGB Percentages of Color #e6dbbc

%36.11
%34.38
%29.51

CMYK Percentages of Color #e6dbbc

%0
%5
%18
%10

Triadic Colors of #e6dbbc

#e6dbbc #bce6db #dbbce6

Analogous Colors of #e6dbbc

#e6dbbc #dce6bc #e6c6bc

Monochromatic Colors of #e6dbbc

#e6dbbc

Complementary Color

#e6dbbc #bcc7e6

#e6dbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbbc Color CSS Codes

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

#e6dbbc Text Font Color

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

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


#e6dbbc Background Color

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

This div background color is #e6dbbc


#e6dbbc Border Color

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

This div border color is #e6dbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dbbc

#e6dbbc Color Palettes


Comments

No comments written yet.

Please login to write comment.