Color Hex Logo

#ebeafc Color Hex

#EBEAFC
(235,234,252)
0 Favorites   0 Comments

Color spaces of #ebeafc

RGB 235234252
HSL0.680.750.95
HSV243°99°
CMYK 0.070.070.00   0.01
XYZ81.254583.5361103.9370
Yxy83.53610.30240.3109
Hunter Lab91.3981-1.2570-3.4453
CIE-Lab93.24863.6409-8.5649

#ebeafc color RGB value is (235,234,252).

#ebeafc hex color red value is 235, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebeafc hue: 0.68 , saturation: 0.75 and the lightness value of ebeafc is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11111100
Octal 353 352 374
Decimal 235 234 252
Hex EB EA FC

RGB Percentages of Color #ebeafc

%32.59
%32.45
%34.95

CMYK Percentages of Color #ebeafc

%7
%7
%0
%1

Triadic Colors of #ebeafc

#ebeafc #fcebea #eafceb

Analogous Colors of #ebeafc

#ebeafc #f4eafc #eaf2fc

Monochromatic Colors of #ebeafc

#ebeafc

Complementary Color

#ebeafc #fbfcea

#ebeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeafc Color CSS Codes

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

#ebeafc Text Font Color

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

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


#ebeafc Background Color

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

This div background color is #ebeafc


#ebeafc Border Color

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

This div border color is #ebeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeafc

Related Colors

#ebeafc Color Palettes


Comments

No comments written yet.

Please login to write comment.