Color Hex Logo

#e4cfbf Color Hex

#E4CFBF
(228,207,191)
0 Favorites   0 Comments

Color spaces of #e4cfbf

RGB 228207191
HSL0.070.410.82
HSV26°16°89°
CMYK 0.000.090.16   0.11
XYZ63.711764.881258.4556
Yxy64.88120.34060.3469
Hunter Lab80.54890.227513.3565
CIE-Lab84.42254.730710.5928

#e4cfbf color RGB value is (228,207,191).

#e4cfbf hex color red value is 228, green value is 207 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e4cfbf hue: 0.07 , saturation: 0.41 and the lightness value of e4cfbf is 0.82.

The process color (four color CMYK) of #e4cfbf color hex is 0.00, 0.09, 0.16, 0.11. Web safe color of #e4cfbf is #cccccc. Color #e4cfbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001111 10111111
Octal 344 317 277
Decimal 228 207 191
Hex E4 CF BF

RGB Percentages of Color #e4cfbf

%36.42
%33.07
%30.51

CMYK Percentages of Color #e4cfbf

%0
%9
%16
%11

Triadic Colors of #e4cfbf

#e4cfbf #bfe4cf #cfbfe4

Analogous Colors of #e4cfbf

#e4cfbf #e4e2bf #e4bfc2

Monochromatic Colors of #e4cfbf

#e4cfbf

Complementary Color

#e4cfbf #bfd4e4

#e4cfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cfbf Color CSS Codes

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

#e4cfbf Text Font Color

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

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


#e4cfbf Background Color

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

This div background color is #e4cfbf


#e4cfbf Border Color

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

This div border color is #e4cfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cfbf


Comments

No comments written yet.

Please login to write comment.