Color Hex Logo

#eabebc Color Hex

#EABEBC
(234,190,188)
0 Favorites   0 Comments

Color spaces of #eabebc

RGB 234190188
HSL0.010.520.83
HSV20°92°
CMYK 0.000.190.20   0.08
XYZ61.422257.950255.5252
Yxy57.95020.35120.3313
Hunter Lab76.125010.805610.0417
CIE-Lab80.711115.42236.9568

#eabebc color RGB value is (234,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10111100
Octal 352 276 274
Decimal 234 190 188
Hex EA BE BC

RGB Percentages of Color #eabebc

%38.24
%31.05
%30.72

CMYK Percentages of Color #eabebc

%0
%19
%20
%8

Triadic Colors of #eabebc

#eabebc #bceabe #bebcea

Analogous Colors of #eabebc

#eabebc #ead5bc #eabcd1

Monochromatic Colors of #eabebc

#eabebc

Complementary Color

#eabebc #bce8ea

#eabebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabebc Color CSS Codes

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

#eabebc Text Font Color

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

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


#eabebc Background Color

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

This div background color is #eabebc


#eabebc Border Color

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

This div border color is #eabebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabebc


Comments

No comments written yet.

Please login to write comment.