Color Hex Logo

#ebaffa Color Hex

#EBAFFA
(235,175,250)
0 Favorites   0 Comments

Color spaces of #ebaffa

RGB 235175250
HSL0.800.880.83
HSV288°30°98°
CMYK 0.060.300.00   0.02
XYZ66.846255.224297.5786
Yxy55.22420.30430.2514
Hunter Lab74.313030.5170-25.8332
CIE-Lab79.170234.4312-28.7376

#ebaffa color RGB value is (235,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11111010
Octal 353 257 372
Decimal 235 175 250
Hex EB AF FA

RGB Percentages of Color #ebaffa

%35.61
%26.52
%37.88

CMYK Percentages of Color #ebaffa

%6
%30
%0
%2

Triadic Colors of #ebaffa

#ebaffa #faebaf #affaeb

Analogous Colors of #ebaffa

#ebaffa #faafe4 #c6affa

Monochromatic Colors of #ebaffa

#ebaffa

Complementary Color

#ebaffa #befaaf

#ebaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaffa Color CSS Codes

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

#ebaffa Text Font Color

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

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


#ebaffa Background Color

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

This div background color is #ebaffa


#ebaffa Border Color

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

This div border color is #ebaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaffa


Comments

No comments written yet.

Please login to write comment.