Color Hex Logo

#ebbafc Color Hex

#EBBAFC
(235,186,252)
0 Favorites   0 Comments

Color spaces of #ebbafc

RGB 235186252
HSL0.790.920.86
HSV285°26°99°
CMYK 0.070.260.00   0.01
XYZ69.390559.808399.9823
Yxy59.80830.30280.2610
Hunter Lab77.335824.8236-22.5170
CIE-Lab81.733928.9523-25.8880

#ebbafc color RGB value is (235,186,252).

#ebbafc hex color red value is 235, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebbafc hue: 0.79 , saturation: 0.92 and the lightness value of ebbafc is 0.86.

The process color (four color CMYK) of #ebbafc color hex is 0.07, 0.26, 0.00, 0.01. Web safe color of #ebbafc is #ffccff. Color #ebbafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11111100
Octal 353 272 374
Decimal 235 186 252
Hex EB BA FC

RGB Percentages of Color #ebbafc

%34.92
%27.64
%37.44

CMYK Percentages of Color #ebbafc

%7
%26
%0
%1

Triadic Colors of #ebbafc

#ebbafc #fcebba #bafceb

Analogous Colors of #ebbafc

#ebbafc #fcbaec #cabafc

Monochromatic Colors of #ebbafc

#ebbafc

Complementary Color

#ebbafc #cbfcba

#ebbafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbafc Color CSS Codes

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

#ebbafc Text Font Color

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

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


#ebbafc Background Color

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

This div background color is #ebbafc


#ebbafc Border Color

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

This div border color is #ebbafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbafc

Related Colors


Comments

No comments written yet.

Please login to write comment.