Color Hex Logo

#ebaffd Color Hex

#EBAFFD
(235,175,253)
0 Favorites   0 Comments

Color spaces of #ebaffd

RGB 235175253
HSL0.790.950.84
HSV286°31°99°
CMYK 0.070.310.00   0.01
XYZ67.320555.4140100.0763
Yxy55.41400.30210.2487
Hunter Lab74.440631.1558-27.5998
CIE-Lab79.279135.0110-30.1812

#ebaffd color RGB value is (235,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11111101
Octal 353 257 375
Decimal 235 175 253
Hex EB AF FD

RGB Percentages of Color #ebaffd

%35.44
%26.40
%38.16

CMYK Percentages of Color #ebaffd

%7
%31
%0
%1

Triadic Colors of #ebaffd

#ebaffd #fdebaf #affdeb

Analogous Colors of #ebaffd

#ebaffd #fdafe8 #c4affd

Monochromatic Colors of #ebaffd

#ebaffd

Complementary Color

#ebaffd #c1fdaf

#ebaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaffd Color CSS Codes

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

#ebaffd Text Font Color

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

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


#ebaffd Background Color

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

This div background color is #ebaffd


#ebaffd Border Color

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

This div border color is #ebaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaffd

Related Colors


Comments

No comments written yet.

Please login to write comment.