Color Hex Logo

#eabbe7 Color Hex

#EABBE7
(234,187,231)
0 Favorites   0 Comments

Color spaces of #eabbe7

RGB 234187231
HSL0.840.530.83
HSV304°20°92°
CMYK 0.000.200.01   0.08
XYZ66.125858.802683.4661
Yxy58.80260.31730.2822
Hunter Lab76.682919.7306-10.8567
CIE-Lab81.183024.1526-15.4834

#eabbe7 color RGB value is (234,187,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11100111
Octal 352 273 347
Decimal 234 187 231
Hex EA BB E7

RGB Percentages of Color #eabbe7

%35.89
%28.68
%35.43

CMYK Percentages of Color #eabbe7

%0
%20
%1
%8

Triadic Colors of #eabbe7

#eabbe7 #e7eabb #bbe7ea

Analogous Colors of #eabbe7

#eabbe7 #eabbd0 #d6bbea

Monochromatic Colors of #eabbe7

#eabbe7

Complementary Color

#eabbe7 #bbeabe

#eabbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbe7 Color CSS Codes

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

#eabbe7 Text Font Color

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

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


#eabbe7 Background Color

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

This div background color is #eabbe7


#eabbe7 Border Color

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

This div border color is #eabbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbe7


Comments

No comments written yet.

Please login to write comment.