Color Hex Logo

#e6cdba Color Hex

#E6CDBA
(230,205,186)
0 Favorites   0 Comments

Color spaces of #e6cdba

RGB 230205186
HSL0.070.470.82
HSV26°19°90°
CMYK 0.000.110.19   0.10
XYZ63.327464.030855.4758
Yxy64.03080.34640.3502
Hunter Lab80.01921.231614.9089
CIE-Lab83.98185.748512.6433

#e6cdba color RGB value is (230,205,186).

#e6cdba hex color red value is 230, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e6cdba hue: 0.07 , saturation: 0.47 and the lightness value of e6cdba is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001101 10111010
Octal 346 315 272
Decimal 230 205 186
Hex E6 CD BA

RGB Percentages of Color #e6cdba

%37.04
%33.01
%29.95

CMYK Percentages of Color #e6cdba

%0
%11
%19
%10

Triadic Colors of #e6cdba

#e6cdba #bae6cd #cdbae6

Analogous Colors of #e6cdba

#e6cdba #e6e3ba #e6babd

Monochromatic Colors of #e6cdba

#e6cdba

Complementary Color

#e6cdba #bad3e6

#e6cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cdba Color CSS Codes

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

#e6cdba Text Font Color

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

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


#e6cdba Background Color

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

This div background color is #e6cdba


#e6cdba Border Color

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

This div border color is #e6cdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cdba


Comments

No comments written yet.

Please login to write comment.