Color Hex Logo

#ebe4f3 Color Hex

#EBE4F3
(235,228,243)
0 Favorites   0 Comments

Color spaces of #ebe4f3

RGB 235228243
HSL0.740.380.92
HSV268°95°
CMYK 0.030.060.00   0.05
XYZ78.182079.620096.0416
Yxy79.62000.30800.3137
Hunter Lab89.23000.2464-1.3550
CIE-Lab91.51415.0591-6.4373

#ebe4f3 color RGB value is (235,228,243).

#ebe4f3 hex color red value is 235, green value is 228 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #ebe4f3 hue: 0.74 , saturation: 0.38 and the lightness value of ebe4f3 is 0.92.

The process color (four color CMYK) of #ebe4f3 color hex is 0.03, 0.06, 0.00, 0.05. Web safe color of #ebe4f3 is #ffccff. Color #ebe4f3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 11110011
Octal 353 344 363
Decimal 235 228 243
Hex EB E4 F3

RGB Percentages of Color #ebe4f3

%33.29
%32.29
%34.42

CMYK Percentages of Color #ebe4f3

%3
%6
%0
%5

Triadic Colors of #ebe4f3

#ebe4f3 #f3ebe4 #e4f3eb

Analogous Colors of #ebe4f3

#ebe4f3 #f3e4f3 #e4e5f3

Monochromatic Colors of #ebe4f3

#ebe4f3

Complementary Color

#ebe4f3 #ecf3e4

#ebe4f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe4f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe4f3 Color CSS Codes

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

#ebe4f3 Text Font Color

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

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


#ebe4f3 Background Color

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

This div background color is #ebe4f3


#ebe4f3 Border Color

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

This div border color is #ebe4f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe4f3

#ebe4f3 Color Palettes


Comments

No comments written yet.

Please login to write comment.