Color Hex Logo

#ebbafd Color Hex

#EBBAFD
(235,186,253)
0 Favorites   0 Comments

Color spaces of #ebbafd

RGB 235186253
HSL0.790.940.86
HSV284°26°99°
CMYK 0.070.260.00   0.01
XYZ69.549559.8718100.8193
Yxy59.87180.30210.2600
Hunter Lab77.376925.0336-23.0889
CIE-Lab81.768529.1469-26.3693

#ebbafd color RGB value is (235,186,253).

#ebbafd hex color red value is 235, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ebbafd hue: 0.79 , saturation: 0.94 and the lightness value of ebbafd is 0.86.

The process color (four color CMYK) of #ebbafd color hex is 0.07, 0.26, 0.00, 0.01. Web safe color of #ebbafd is #ffccff. Color #ebbafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11111101
Octal 353 272 375
Decimal 235 186 253
Hex EB BA FD

RGB Percentages of Color #ebbafd

%34.87
%27.60
%37.54

CMYK Percentages of Color #ebbafd

%7
%26
%0
%1

Triadic Colors of #ebbafd

#ebbafd #fdebba #bafdeb

Analogous Colors of #ebbafd

#ebbafd #fdbaee #cabafd

Monochromatic Colors of #ebbafd

#ebbafd

Complementary Color

#ebbafd #ccfdba

#ebbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbafd Color CSS Codes

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

#ebbafd Text Font Color

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

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


#ebbafd Background Color

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

This div background color is #ebbafd


#ebbafd Border Color

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

This div border color is #ebbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.