Color Hex Logo

#e6cccb Color Hex

#E6CCCB
(230,204,203)
0 Favorites   0 Comments

Color spaces of #e6cccb

RGB 230204203
HSL0.010.350.85
HSV12°90°
CMYK 0.000.110.12   0.10
XYZ65.005564.320565.4889
Yxy64.32050.33370.3302
Hunter Lab80.20014.33167.7257
CIE-Lab84.13248.92343.8186

#e6cccb color RGB value is (230,204,203).

#e6cccb hex color red value is 230, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e6cccb hue: 0.01 , saturation: 0.35 and the lightness value of e6cccb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001100 11001011
Octal 346 314 313
Decimal 230 204 203
Hex E6 CC CB

RGB Percentages of Color #e6cccb

%36.11
%32.03
%31.87

CMYK Percentages of Color #e6cccb

%0
%11
%12
%10

Triadic Colors of #e6cccb

#e6cccb #cbe6cc #cccbe6

Analogous Colors of #e6cccb

#e6cccb #e6dacb #e6cbd8

Monochromatic Colors of #e6cccb

#e6cccb

Complementary Color

#e6cccb #cbe5e6

#e6cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cccb Color CSS Codes

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

#e6cccb Text Font Color

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

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


#e6cccb Background Color

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

This div background color is #e6cccb


#e6cccb Border Color

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

This div border color is #e6cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cccb


Comments

No comments written yet.

Please login to write comment.