Color Hex Logo

#e6cfcb Color Hex

#E6CFCB
(230,207,203)
0 Favorites   0 Comments

Color spaces of #e6cfcb

RGB 230207203
HSL0.020.350.85
HSV12°90°
CMYK 0.000.100.12   0.10
XYZ65.725465.760465.7288
Yxy65.76040.33330.3334
Hunter Lab81.09282.76128.7081
CIE-Lab84.87417.34674.8915

#e6cfcb color RGB value is (230,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001111 11001011
Octal 346 317 313
Decimal 230 207 203
Hex E6 CF CB

RGB Percentages of Color #e6cfcb

%35.94
%32.34
%31.72

CMYK Percentages of Color #e6cfcb

%0
%10
%12
%10

Triadic Colors of #e6cfcb

#e6cfcb #cbe6cf #cfcbe6

Analogous Colors of #e6cfcb

#e6cfcb #e6ddcb #e6cbd5

Monochromatic Colors of #e6cfcb

#e6cfcb

Complementary Color

#e6cfcb #cbe2e6

#e6cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cfcb Color CSS Codes

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

#e6cfcb Text Font Color

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

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


#e6cfcb Background Color

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

This div background color is #e6cfcb


#e6cfcb Border Color

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

This div border color is #e6cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cfcb


Comments

No comments written yet.

Please login to write comment.