Color Hex Logo

#ebacfe Color Hex

#EBACFE
(235,172,254)
0 Favorites   0 Comments

Color spaces of #ebacfe

RGB 235172254
HSL0.790.980.84
HSV286°32°100°
CMYK 0.070.320.00   0.00
XYZ66.902954.3230100.7251
Yxy54.32300.30140.2448
Hunter Lab73.704133.0462-29.4336
CIE-Lab78.649736.8006-31.6857

#ebacfe color RGB value is (235,172,254).

#ebacfe hex color red value is 235, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebacfe hue: 0.79 , saturation: 0.98 and the lightness value of ebacfe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11111110
Octal 353 254 376
Decimal 235 172 254
Hex EB AC FE

RGB Percentages of Color #ebacfe

%35.55
%26.02
%38.43

CMYK Percentages of Color #ebacfe

%7
%32
%0
%0

Triadic Colors of #ebacfe

#ebacfe #feebac #acfeeb

Analogous Colors of #ebacfe

#ebacfe #feace8 #c2acfe

Monochromatic Colors of #ebacfe

#ebacfe

Complementary Color

#ebacfe #bffeac

#ebacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacfe Color CSS Codes

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

#ebacfe Text Font Color

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

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


#ebacfe Background Color

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

This div background color is #ebacfe


#ebacfe Border Color

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

This div border color is #ebacfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacfe


Comments

No comments written yet.

Please login to write comment.