Color Hex Logo

#ebabfa Color Hex

#EBABFA
(235,171,250)
0 Favorites   0 Comments

Color spaces of #ebabfa

RGB 235171250
HSL0.800.890.83
HSV289°32°98°
CMYK 0.060.320.00   0.02
XYZ66.079253.690197.3230
Yxy53.69010.30440.2473
Hunter Lab73.273532.7454-27.4584
CIE-Lab78.280736.5583-30.1028

#ebabfa color RGB value is (235,171,250).

#ebabfa hex color red value is 235, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebabfa hue: 0.80 , saturation: 0.89 and the lightness value of ebabfa is 0.83.

The process color (four color CMYK) of #ebabfa color hex is 0.06, 0.32, 0.00, 0.02. Web safe color of #ebabfa is #ff99ff. Color #ebabfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11111010
Octal 353 253 372
Decimal 235 171 250
Hex EB AB FA

RGB Percentages of Color #ebabfa

%35.82
%26.07
%38.11

CMYK Percentages of Color #ebabfa

%6
%32
%0
%2

Triadic Colors of #ebabfa

#ebabfa #faebab #abfaeb

Analogous Colors of #ebabfa

#ebabfa #faabe2 #c4abfa

Monochromatic Colors of #ebabfa

#ebabfa

Complementary Color

#ebabfa #bafaab

#ebabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabfa Color CSS Codes

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

#ebabfa Text Font Color

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

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


#ebabfa Background Color

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

This div background color is #ebabfa


#ebabfa Border Color

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

This div border color is #ebabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabfa


Comments

No comments written yet.

Please login to write comment.