Color Hex Logo

#e4bacf Color Hex

#E4BACF
(228,186,207)
0 Favorites   0 Comments

Color spaces of #e4bacf

RGB 228186207
HSL0.920.440.81
HSV330°18°89°
CMYK 0.000.180.09   0.11
XYZ60.816356.116866.6577
Yxy56.11680.33130.3057
Hunter Lab74.911113.8200-0.3198
CIE-Lab79.680218.4395-4.8558

#e4bacf color RGB value is (228,186,207).

#e4bacf hex color red value is 228, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e4bacf hue: 0.92 , saturation: 0.44 and the lightness value of e4bacf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111010 11001111
Octal 344 272 317
Decimal 228 186 207
Hex E4 BA CF

RGB Percentages of Color #e4bacf

%36.71
%29.95
%33.33

CMYK Percentages of Color #e4bacf

%0
%18
%9
%11

Triadic Colors of #e4bacf

#e4bacf #cfe4ba #bacfe4

Analogous Colors of #e4bacf

#e4bacf #e4baba #e4bae4

Monochromatic Colors of #e4bacf

#e4bacf

Complementary Color

#e4bacf #bae4cf

#e4bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bacf Color CSS Codes

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

#e4bacf Text Font Color

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

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


#e4bacf Background Color

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

This div background color is #e4bacf


#e4bacf Border Color

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

This div border color is #e4bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bacf


Comments

No comments written yet.

Please login to write comment.