Color Hex Logo

#ebacf9 Color Hex

#EBACF9
(235,172,249)
0 Favorites   0 Comments

Color spaces of #ebacf9

RGB 235172249
HSL0.800.870.83
HSV289°31°98°
CMYK 0.060.310.00   0.02
XYZ66.112454.006896.5624
Yxy54.00680.30510.2492
Hunter Lab73.489331.9757-26.4625
CIE-Lab78.465735.8350-29.2806

#ebacf9 color RGB value is (235,172,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 11111001
Octal 353 254 371
Decimal 235 172 249
Hex EB AC F9

RGB Percentages of Color #ebacf9

%35.82
%26.22
%37.96

CMYK Percentages of Color #ebacf9

%6
%31
%0
%2

Triadic Colors of #ebacf9

#ebacf9 #f9ebac #acf9eb

Analogous Colors of #ebacf9

#ebacf9 #f9ace1 #c5acf9

Monochromatic Colors of #ebacf9

#ebacf9

Complementary Color

#ebacf9 #baf9ac

#ebacf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacf9 Color CSS Codes

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

#ebacf9 Text Font Color

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

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


#ebacf9 Background Color

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

This div background color is #ebacf9


#ebacf9 Border Color

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

This div border color is #ebacf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacf9


Comments

No comments written yet.

Please login to write comment.