Color Hex Logo

#e5cfbc Color Hex

#E5CFBC
(229,207,188)
0 Favorites   0 Comments

Color spaces of #e5cfbc

RGB 229207188
HSL0.080.440.82
HSV28°18°90°
CMYK 0.000.100.18   0.10
XYZ63.703064.914556.7492
Yxy64.91450.34370.3502
Hunter Lab80.56950.135914.6377
CIE-Lab84.43974.636712.2198

#e5cfbc color RGB value is (229,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001111 10111100
Octal 345 317 274
Decimal 229 207 188
Hex E5 CF BC

RGB Percentages of Color #e5cfbc

%36.70
%33.17
%30.13

CMYK Percentages of Color #e5cfbc

%0
%10
%18
%10

Triadic Colors of #e5cfbc

#e5cfbc #bce5cf #cfbce5

Analogous Colors of #e5cfbc

#e5cfbc #e5e4bc #e5bcbe

Monochromatic Colors of #e5cfbc

#e5cfbc

Complementary Color

#e5cfbc #bcd2e5

#e5cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cfbc Color CSS Codes

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

#e5cfbc Text Font Color

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

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


#e5cfbc Background Color

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

This div background color is #e5cfbc


#e5cfbc Border Color

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

This div border color is #e5cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cfbc


Comments

No comments written yet.

Please login to write comment.