Color Hex Logo

#ebaafd Color Hex

#EBAAFD
(235,170,253)
0 Favorites   0 Comments

Color spaces of #ebaafd

RGB 235170253
HSL0.800.950.83
HSV287°33°99°
CMYK 0.070.330.00   0.01
XYZ66.365353.503599.7579
Yxy53.50350.30220.2436
Hunter Lab73.146133.9470-29.6585
CIE-Lab78.171337.6680-31.8848

#ebaafd color RGB value is (235,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11111101
Octal 353 252 375
Decimal 235 170 253
Hex EB AA FD

RGB Percentages of Color #ebaafd

%35.71
%25.84
%38.45

CMYK Percentages of Color #ebaafd

%7
%33
%0
%1

Triadic Colors of #ebaafd

#ebaafd #fdebaa #aafdeb

Analogous Colors of #ebaafd

#ebaafd #fdaae6 #c2aafd

Monochromatic Colors of #ebaafd

#ebaafd

Complementary Color

#ebaafd #bcfdaa

#ebaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaafd Color CSS Codes

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

#ebaafd Text Font Color

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

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


#ebaafd Background Color

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

This div background color is #ebaafd


#ebaafd Border Color

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

This div border color is #ebaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaafd


Comments

No comments written yet.

Please login to write comment.