Color Hex Logo

#e1cfbc Color Hex

#E1CFBC
(225,207,188)
0 Favorites   0 Comments

Color spaces of #e1cfbc

RGB 225207188
HSL0.090.380.81
HSV31°16°88°
CMYK 0.000.080.16   0.12
XYZ62.441364.264056.6901
Yxy64.26400.34050.3504
Hunter Lab80.1648-1.252814.1873
CIE-Lab84.10303.179611.6953

#e1cfbc color RGB value is (225,207,188).

#e1cfbc hex color red value is 225, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e1cfbc hue: 0.09 , saturation: 0.38 and the lightness value of e1cfbc is 0.81.

The process color (four color CMYK) of #e1cfbc color hex is 0.00, 0.08, 0.16, 0.12. Web safe color of #e1cfbc is #cccccc. Color #e1cfbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001111 10111100
Octal 341 317 274
Decimal 225 207 188
Hex E1 CF BC

RGB Percentages of Color #e1cfbc

%36.29
%33.39
%30.32

CMYK Percentages of Color #e1cfbc

%0
%8
%16
%12

Triadic Colors of #e1cfbc

#e1cfbc #bce1cf #cfbce1

Analogous Colors of #e1cfbc

#e1cfbc #e1e1bc #e1bdbc

Monochromatic Colors of #e1cfbc

#e1cfbc

Complementary Color

#e1cfbc #bccee1

#e1cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cfbc Color CSS Codes

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

#e1cfbc Text Font Color

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

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


#e1cfbc Background Color

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

This div background color is #e1cfbc


#e1cfbc Border Color

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

This div border color is #e1cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cfbc


Comments

No comments written yet.

Please login to write comment.