Color Hex Logo

#ebaefd Color Hex

#EBAEFD
(235,174,253)
0 Favorites   0 Comments

Color spaces of #ebaefd

RGB 235174253
HSL0.800.950.84
HSV286°31°99°
CMYK 0.070.310.00   0.01
XYZ67.126655.0261100.0117
Yxy55.02610.30210.2477
Hunter Lab74.179631.7140-28.0113
CIE-Lab79.056335.5432-30.5235

#ebaefd color RGB value is (235,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11111101
Octal 353 256 375
Decimal 235 174 253
Hex EB AE FD

RGB Percentages of Color #ebaefd

%35.50
%26.28
%38.22

CMYK Percentages of Color #ebaefd

%7
%31
%0
%1

Triadic Colors of #ebaefd

#ebaefd #fdebae #aefdeb

Analogous Colors of #ebaefd

#ebaefd #fdaee8 #c4aefd

Monochromatic Colors of #ebaefd

#ebaefd

Complementary Color

#ebaefd #c0fdae

#ebaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaefd Color CSS Codes

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

#ebaefd Text Font Color

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

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


#ebaefd Background Color

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

This div background color is #ebaefd


#ebaefd Border Color

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

This div border color is #ebaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaefd


Comments

No comments written yet.

Please login to write comment.