Color Hex Logo

#ebe4f9 Color Hex

#EBE4F9
(235,228,249)
0 Favorites   0 Comments

Color spaces of #ebe4f9

RGB 235228249
HSL0.720.640.94
HSV260°98°
CMYK 0.060.080.00   0.02
XYZ79.103279.9885100.8927
Yxy79.98850.30430.3077
Hunter Lab89.43631.3634-4.2794
CIE-Lab91.67976.1781-9.3283

#ebe4f9 color RGB value is (235,228,249).

#ebe4f9 hex color red value is 235, green value is 228 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ebe4f9 hue: 0.72 , saturation: 0.64 and the lightness value of ebe4f9 is 0.94.

The process color (four color CMYK) of #ebe4f9 color hex is 0.06, 0.08, 0.00, 0.02. Web safe color of #ebe4f9 is #ffccff. Color #ebe4f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 11111001
Octal 353 344 371
Decimal 235 228 249
Hex EB E4 F9

RGB Percentages of Color #ebe4f9

%33.01
%32.02
%34.97

CMYK Percentages of Color #ebe4f9

%6
%8
%0
%2

Triadic Colors of #ebe4f9

#ebe4f9 #f9ebe4 #e4f9eb

Analogous Colors of #ebe4f9

#ebe4f9 #f6e4f9 #e4e8f9

Monochromatic Colors of #ebe4f9

#ebe4f9

Complementary Color

#ebe4f9 #f2f9e4

#ebe4f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe4f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe4f9 Color CSS Codes

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

#ebe4f9 Text Font Color

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

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


#ebe4f9 Background Color

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

This div background color is #ebe4f9


#ebe4f9 Border Color

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

This div border color is #ebe4f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe4f9

#ebe4f9 Color Palettes


Comments

No comments written yet.

Please login to write comment.