Color Hex Logo

#eabfeb Color Hex

#EABFEB
(234,191,235)
0 Favorites   0 Comments

Color spaces of #eabfeb

RGB 234191235
HSL0.830.520.84
HSV299°19°92°
CMYK 0.000.190.00   0.08
XYZ67.557960.752286.7629
Yxy60.75220.31410.2825
Hunter Lab77.943718.3139-11.4380
CIE-Lab82.245322.7489-16.0307

#eabfeb color RGB value is (234,191,235).

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

The process color (four color CMYK) of #eabfeb color hex is 0.00, 0.19, 0.00, 0.08. Web safe color of #eabfeb is #ffccff. Color #eabfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 11101011
Octal 352 277 353
Decimal 234 191 235
Hex EA BF EB

RGB Percentages of Color #eabfeb

%35.45
%28.94
%35.61

CMYK Percentages of Color #eabfeb

%0
%19
%0
%8

Triadic Colors of #eabfeb

#eabfeb #ebeabf #bfebea

Analogous Colors of #eabfeb

#eabfeb #ebbfd6 #d4bfeb

Monochromatic Colors of #eabfeb

#eabfeb

Complementary Color

#eabfeb #c0ebbf

#eabfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabfeb Color CSS Codes

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

#eabfeb Text Font Color

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

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


#eabfeb Background Color

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

This div background color is #eabfeb


#eabfeb Border Color

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

This div border color is #eabfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabfeb


Comments

No comments written yet.

Please login to write comment.