Color Hex Logo

#ebaffb Color Hex

#EBAFFB
(235,175,251)
0 Favorites   0 Comments

Color spaces of #ebaffb

RGB 235175251
HSL0.800.900.84
HSV287°30°98°
CMYK 0.060.300.00   0.02
XYZ67.003555.287198.4068
Yxy55.28710.30360.2505
Hunter Lab74.355330.7292-26.4197
CIE-Lab79.206434.6241-29.2193

#ebaffb color RGB value is (235,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11111011
Octal 353 257 373
Decimal 235 175 251
Hex EB AF FB

RGB Percentages of Color #ebaffb

%35.55
%26.48
%37.97

CMYK Percentages of Color #ebaffb

%6
%30
%0
%2

Triadic Colors of #ebaffb

#ebaffb #fbebaf #affbeb

Analogous Colors of #ebaffb

#ebaffb #fbafe5 #c5affb

Monochromatic Colors of #ebaffb

#ebaffb

Complementary Color

#ebaffb #bffbaf

#ebaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaffb Color CSS Codes

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

#ebaffb Text Font Color

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

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


#ebaffb Background Color

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

This div background color is #ebaffb


#ebaffb Border Color

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

This div border color is #ebaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaffb


Comments

No comments written yet.

Please login to write comment.