Color Hex Logo

#ebadfc Color Hex

#EBADFC
(235,173,252)
0 Favorites   0 Comments

Color spaces of #ebadfc

RGB 235173252
HSL0.800.930.83
HSV287°31°99°
CMYK 0.070.310.00   0.01
XYZ66.775254.577699.1106
Yxy54.57760.30290.2476
Hunter Lab73.876732.0574-27.8279
CIE-Lab78.797335.8811-30.3844

#ebadfc color RGB value is (235,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11111100
Octal 353 255 374
Decimal 235 173 252
Hex EB AD FC

RGB Percentages of Color #ebadfc

%35.61
%26.21
%38.18

CMYK Percentages of Color #ebadfc

%7
%31
%0
%1

Triadic Colors of #ebadfc

#ebadfc #fcebad #adfceb

Analogous Colors of #ebadfc

#ebadfc #fcade6 #c4adfc

Monochromatic Colors of #ebadfc

#ebadfc

Complementary Color

#ebadfc #befcad

#ebadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadfc Color CSS Codes

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

#ebadfc Text Font Color

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

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


#ebadfc Background Color

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

This div background color is #ebadfc


#ebadfc Border Color

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

This div border color is #ebadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadfc


Comments

No comments written yet.

Please login to write comment.