Color Hex Logo

#eabcbb Color Hex

#EABCBB
(234,188,187)
0 Favorites   0 Comments

Color spaces of #eabcbb

RGB 234188187
HSL0.000.530.83
HSV20°92°
CMYK 0.000.200.20   0.08
XYZ60.884557.046754.8159
Yxy57.04670.35240.3302
Hunter Lab75.529311.71359.8403
CIE-Lab80.205916.33506.7690

#eabcbb color RGB value is (234,188,187).

#eabcbb hex color red value is 234, green value is 188 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eabcbb hue: 0.00 , saturation: 0.53 and the lightness value of eabcbb is 0.83.

The process color (four color CMYK) of #eabcbb color hex is 0.00, 0.20, 0.20, 0.08. Web safe color of #eabcbb is #ffcccc. Color #eabcbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 10111011
Octal 352 274 273
Decimal 234 188 187
Hex EA BC BB

RGB Percentages of Color #eabcbb

%38.42
%30.87
%30.71

CMYK Percentages of Color #eabcbb

%0
%20
%20
%8

Triadic Colors of #eabcbb

#eabcbb #bbeabc #bcbbea

Analogous Colors of #eabcbb

#eabcbb #ead4bb #eabbd2

Monochromatic Colors of #eabcbb

#eabcbb

Complementary Color

#eabcbb #bbe9ea

#eabcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabcbb Color CSS Codes

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

#eabcbb Text Font Color

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

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


#eabcbb Background Color

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

This div background color is #eabcbb


#eabcbb Border Color

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

This div border color is #eabcbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,188,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eabcbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabcbb


Comments

No comments written yet.

Please login to write comment.