Color Hex Logo

#e6ceca Color Hex

#E6CECA
(230,206,202)
0 Favorites   0 Comments

Color spaces of #e6ceca

RGB 230206202
HSL0.020.360.85
HSV12°90°
CMYK 0.000.100.12   0.10
XYZ65.365165.229965.0226
Yxy65.22990.33410.3335
Hunter Lab80.76503.12568.8021
CIE-Lab84.60217.70965.0301

#e6ceca color RGB value is (230,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001110 11001010
Octal 346 316 312
Decimal 230 206 202
Hex E6 CE CA

RGB Percentages of Color #e6ceca

%36.05
%32.29
%31.66

CMYK Percentages of Color #e6ceca

%0
%10
%12
%10

Triadic Colors of #e6ceca

#e6ceca #cae6ce #cecae6

Analogous Colors of #e6ceca

#e6ceca #e6dcca #e6cad4

Monochromatic Colors of #e6ceca

#e6ceca

Complementary Color

#e6ceca #cae2e6

#e6ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ceca Color CSS Codes

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

#e6ceca Text Font Color

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

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


#e6ceca Background Color

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

This div background color is #e6ceca


#e6ceca Border Color

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

This div border color is #e6ceca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,206,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 #e6ceca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ceca


Comments

No comments written yet.

Please login to write comment.