Color Hex Logo

#ebadfe Color Hex

#EBADFE
(235,173,254)
0 Favorites   0 Comments

Color spaces of #ebadfe

RGB 235173254
HSL0.790.980.84
HSV286°32°100°
CMYK 0.070.320.00   0.00
XYZ67.093954.7051100.7888
Yxy54.70510.30140.2458
Hunter Lab73.962932.4875-29.0201
CIE-Lab78.871136.2692-31.3451

#ebadfe color RGB value is (235,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11111110
Octal 353 255 376
Decimal 235 173 254
Hex EB AD FE

RGB Percentages of Color #ebadfe

%35.50
%26.13
%38.37

CMYK Percentages of Color #ebadfe

%7
%32
%0
%0

Triadic Colors of #ebadfe

#ebadfe #feebad #adfeeb

Analogous Colors of #ebadfe

#ebadfe #feade9 #c3adfe

Monochromatic Colors of #ebadfe

#ebadfe

Complementary Color

#ebadfe #c0fead

#ebadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadfe Color CSS Codes

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

#ebadfe Text Font Color

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

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


#ebadfe Background Color

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

This div background color is #ebadfe


#ebadfe Border Color

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

This div border color is #ebadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadfe


Comments

No comments written yet.

Please login to write comment.