Color Hex Logo

#e6cfcf Color Hex

#E6CFCF
(230,207,207)
0 Favorites   0 Comments

Color spaces of #e6cfcf

RGB 230207207
HSL0.000.320.86
HSV10°90°
CMYK 0.000.100.10   0.10
XYZ66.208465.953668.2722
Yxy65.95360.33030.3291
Hunter Lab81.21183.40257.0051
CIE-Lab84.97278.00172.9090

#e6cfcf color RGB value is (230,207,207).

#e6cfcf hex color red value is 230, green value is 207 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e6cfcf hue: 0.00 , saturation: 0.32 and the lightness value of e6cfcf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001111 11001111
Octal 346 317 317
Decimal 230 207 207
Hex E6 CF CF

RGB Percentages of Color #e6cfcf

%35.71
%32.14
%32.14

CMYK Percentages of Color #e6cfcf

%0
%10
%10
%10

Triadic Colors of #e6cfcf

#e6cfcf #cfe6cf #cfcfe6

Analogous Colors of #e6cfcf

#e6cfcf #e6dbcf #e6cfdb

Monochromatic Colors of #e6cfcf

#e6cfcf

Complementary Color

#e6cfcf #cfe6e6

#e6cfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cfcf Color CSS Codes

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

#e6cfcf Text Font Color

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

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


#e6cfcf Background Color

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

This div background color is #e6cfcf


#e6cfcf Border Color

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

This div border color is #e6cfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cfcf


Comments

No comments written yet.

Please login to write comment.