Color Hex Logo

#ebbefd Color Hex

#EBBEFD
(235,190,253)
0 Favorites   0 Comments

Color spaces of #ebbefd

RGB 235190253
HSL0.790.940.87
HSV283°25°99°
CMYK 0.070.250.00   0.01
XYZ70.404061.5809101.1041
Yxy61.58090.30200.2642
Hunter Lab78.473522.8161-21.4569
CIE-Lab82.690027.0123-24.9638

#ebbefd color RGB value is (235,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11111101
Octal 353 276 375
Decimal 235 190 253
Hex EB BE FD

RGB Percentages of Color #ebbefd

%34.66
%28.02
%37.32

CMYK Percentages of Color #ebbefd

%7
%25
%0
%1

Triadic Colors of #ebbefd

#ebbefd #fdebbe #befdeb

Analogous Colors of #ebbefd

#ebbefd #fdbef0 #ccbefd

Monochromatic Colors of #ebbefd

#ebbefd

Complementary Color

#ebbefd #d0fdbe

#ebbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbefd Color CSS Codes

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

#ebbefd Text Font Color

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

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


#ebbefd Background Color

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

This div background color is #ebbefd


#ebbefd Border Color

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

This div border color is #ebbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbefd


Comments

No comments written yet.

Please login to write comment.