Color Hex Logo

#e4bcbc Color Hex

#E4BCBC
(228,188,188)
0 Favorites   0 Comments

Color spaces of #e4bcbc

RGB 228188188
HSL0.000.430.82
HSV18°89°
CMYK 0.000.180.18   0.11
XYZ59.055256.091355.2911
Yxy56.09130.34650.3291
Hunter Lab74.89419.68538.6546
CIE-Lab79.665814.30245.3794

#e4bcbc color RGB value is (228,188,188).

#e4bcbc hex color red value is 228, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e4bcbc hue: 0.00 , saturation: 0.43 and the lightness value of e4bcbc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111100 10111100
Octal 344 274 274
Decimal 228 188 188
Hex E4 BC BC

RGB Percentages of Color #e4bcbc

%37.75
%31.13
%31.13

CMYK Percentages of Color #e4bcbc

%0
%18
%18
%11

Triadic Colors of #e4bcbc

#e4bcbc #bce4bc #bcbce4

Analogous Colors of #e4bcbc

#e4bcbc #e4d0bc #e4bcd0

Monochromatic Colors of #e4bcbc

#e4bcbc

Complementary Color

#e4bcbc #bce4e4

#e4bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bcbc Color CSS Codes

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

#e4bcbc Text Font Color

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

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


#e4bcbc Background Color

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

This div background color is #e4bcbc


#e4bcbc Border Color

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

This div border color is #e4bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bcbc


Comments

No comments written yet.

Please login to write comment.