Color Hex Logo

#e6cfbc Color Hex

#E6CFBC
(230,207,188)
0 Favorites   0 Comments

Color spaces of #e6cfbc

RGB 230207188
HSL0.080.460.82
HSV27°18°90°
CMYK 0.000.100.18   0.10
XYZ64.023165.079556.7642
Yxy65.07950.34450.3501
Hunter Lab80.67190.486114.7513
CIE-Lab84.52475.001912.3522

#e6cfbc color RGB value is (230,207,188).

#e6cfbc hex color red value is 230, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e6cfbc hue: 0.08 , saturation: 0.46 and the lightness value of e6cfbc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001111 10111100
Octal 346 317 274
Decimal 230 207 188
Hex E6 CF BC

RGB Percentages of Color #e6cfbc

%36.80
%33.12
%30.08

CMYK Percentages of Color #e6cfbc

%0
%10
%18
%10

Triadic Colors of #e6cfbc

#e6cfbc #bce6cf #cfbce6

Analogous Colors of #e6cfbc

#e6cfbc #e6e4bc #e6bcbe

Monochromatic Colors of #e6cfbc

#e6cfbc

Complementary Color

#e6cfbc #bcd3e6

#e6cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cfbc Color CSS Codes

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

#e6cfbc Text Font Color

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

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


#e6cfbc Background Color

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

This div background color is #e6cfbc


#e6cfbc Border Color

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

This div border color is #e6cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cfbc


Comments

No comments written yet.

Please login to write comment.