Color Hex Logo

#e6dbbb Color Hex

#E6DBBB
(230,219,187)
0 Favorites   0 Comments

Color spaces of #e6dbbb

RGB 230219187
HSL0.120.460.82
HSV45°19°90°
CMYK 0.000.050.19   0.10
XYZ66.934371.073957.2045
Yxy71.07390.34290.3641
Hunter Lab84.3053-5.814118.7831
CIE-Lab87.5209-1.367817.1030

#e6dbbb color RGB value is (230,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 10111011
Octal 346 333 273
Decimal 230 219 187
Hex E6 DB BB

RGB Percentages of Color #e6dbbb

%36.16
%34.43
%29.40

CMYK Percentages of Color #e6dbbb

%0
%5
%19
%10

Triadic Colors of #e6dbbb

#e6dbbb #bbe6db #dbbbe6

Analogous Colors of #e6dbbb

#e6dbbb #dce6bb #e6c6bb

Monochromatic Colors of #e6dbbb

#e6dbbb

Complementary Color

#e6dbbb #bbc6e6

#e6dbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbbb Color CSS Codes

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

#e6dbbb Text Font Color

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

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


#e6dbbb Background Color

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

This div background color is #e6dbbb


#e6dbbb Border Color

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

This div border color is #e6dbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dbbb


Comments

No comments written yet.

Please login to write comment.