color codes Logo

#ebabfe color codes

#EBABFE
(235,171,254)
0 Favorites   0 Comments

Color spaces of #ebabfe

RGB 235171254
HSL0.800.980.83
HSV286°33°100°
CMYK 0.070.330.00   0.00
XYZ66.713353.9437100.6619
Yxy53.94370.30140.2437
Hunter Lab73.446433.6052-29.8474
CIE-Lab78.428937.3318-32.0257

#ebabfe color RGB value is (235,171,254).

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

The process color (four color CMYK) of #ebabfe color code is 0.07, 0.33, 0.00, 0.00. Web safe color of #ebabfe is #ff99ff. Color #ebabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11111110
Octal 353 253 376
Decimal 235 171 254
Hex EB AB FE

RGB Percentages of Color #ebabfe

%35.61
%25.91
%38.48

CMYK Percentages of Color #ebabfe

%7
%33
%0
%0

Triadic Colors of #ebabfe

#ebabfe #feebab #abfeeb

Analogous Colors of #ebabfe

#ebabfe #feabe8 #c2abfe

Monochromatic Colors of #ebabfe

#ebabfe

Complementary Color

#ebabfe #befeab

#ebabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabfe Color CSS Codes

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

#ebabfe Text Font Color

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

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


#ebabfe Background Color

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

This div background color is #ebabfe


#ebabfe Border Color

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

This div border color is #ebabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabfe


Comments

No comments written yet.

Please login to write comment.