Color Hex Logo

#e6d2ca Color Hex

#E6D2CA
(230,210,202)
0 Favorites   0 Comments

Color spaces of #e6d2ca

RGB 230210202
HSL0.050.360.85
HSV17°12°90°
CMYK 0.000.090.12   0.10
XYZ66.340467.180465.3477
Yxy67.18040.33360.3378
Hunter Lab81.96371.039410.1040
CIE-Lab85.59505.61416.4618

#e6d2ca color RGB value is (230,210,202).

#e6d2ca hex color red value is 230, green value is 210 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e6d2ca hue: 0.05 , saturation: 0.36 and the lightness value of e6d2ca is 0.85.

The process color (four color CMYK) of #e6d2ca color hex is 0.00, 0.09, 0.12, 0.10. Web safe color of #e6d2ca is #ffcccc. Color #e6d2ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010010 11001010
Octal 346 322 312
Decimal 230 210 202
Hex E6 D2 CA

RGB Percentages of Color #e6d2ca

%35.83
%32.71
%31.46

CMYK Percentages of Color #e6d2ca

%0
%9
%12
%10

Triadic Colors of #e6d2ca

#e6d2ca #cae6d2 #d2cae6

Analogous Colors of #e6d2ca

#e6d2ca #e6e0ca #e6cad0

Monochromatic Colors of #e6d2ca

#e6d2ca

Complementary Color

#e6d2ca #cadee6

#e6d2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d2ca Color CSS Codes

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

#e6d2ca Text Font Color

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

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


#e6d2ca Background Color

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

This div background color is #e6d2ca


#e6d2ca Border Color

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

This div border color is #e6d2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d2ca


Comments

No comments written yet.

Please login to write comment.