Color Hex Logo

#ebaffe Color Hex

#EBAFFE
(235,175,254)
0 Favorites   0 Comments

Color spaces of #ebaffe

RGB 235175254
HSL0.790.980.84
HSV286°31°100°
CMYK 0.070.310.00   0.00
XYZ67.480355.4779100.9176
Yxy55.47790.30140.2478
Hunter Lab74.483531.3707-28.1935
CIE-Lab79.315735.2056-30.6615

#ebaffe color RGB value is (235,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11111110
Octal 353 257 376
Decimal 235 175 254
Hex EB AF FE

RGB Percentages of Color #ebaffe

%35.39
%26.36
%38.25

CMYK Percentages of Color #ebaffe

%7
%31
%0
%0

Triadic Colors of #ebaffe

#ebaffe #feebaf #affeeb

Analogous Colors of #ebaffe

#ebaffe #feafea #c4affe

Monochromatic Colors of #ebaffe

#ebaffe

Complementary Color

#ebaffe #c2feaf

#ebaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaffe Color CSS Codes

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

#ebaffe Text Font Color

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

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


#ebaffe Background Color

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

This div background color is #ebaffe


#ebaffe Border Color

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

This div border color is #ebaffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,175,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 #ebaffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaffe


Comments

No comments written yet.

Please login to write comment.