Color Hex Logo

#e6cabf Color Hex

#E6CABF
(230,202,191)
0 Favorites   0 Comments

Color spaces of #e6cabf

RGB 230202191
HSL0.050.440.83
HSV17°17°90°
CMYK 0.000.120.17   0.10
XYZ63.157662.825658.0880
Yxy62.82560.34310.3413
Hunter Lab79.26263.521912.0328
CIE-Lab83.35058.07899.0861

#e6cabf color RGB value is (230,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001010 10111111
Octal 346 312 277
Decimal 230 202 191
Hex E6 CA BF

RGB Percentages of Color #e6cabf

%36.92
%32.42
%30.66

CMYK Percentages of Color #e6cabf

%0
%12
%17
%10

Triadic Colors of #e6cabf

#e6cabf #bfe6ca #cabfe6

Analogous Colors of #e6cabf

#e6cabf #e6debf #e6bfc8

Monochromatic Colors of #e6cabf

#e6cabf

Complementary Color

#e6cabf #bfdbe6

#e6cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cabf Color CSS Codes

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

#e6cabf Text Font Color

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

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


#e6cabf Background Color

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

This div background color is #e6cabf


#e6cabf Border Color

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

This div border color is #e6cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cabf


Comments

No comments written yet.

Please login to write comment.