Color Hex Logo

#ebe4f5 Color Hex

#EBE4F5
(235,228,245)
0 Favorites   0 Comments

Color spaces of #ebe4f5

RGB 235228245
HSL0.740.460.93
HSV265°96°
CMYK 0.040.070.00   0.04
XYZ78.485879.741597.6412
Yxy79.74150.30670.3117
Hunter Lab89.29810.6154-2.3208
CIE-Lab91.56885.4295-7.4020

#ebe4f5 color RGB value is (235,228,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 11110101
Octal 353 344 365
Decimal 235 228 245
Hex EB E4 F5

RGB Percentages of Color #ebe4f5

%33.19
%32.20
%34.60

CMYK Percentages of Color #ebe4f5

%4
%7
%0
%4

Triadic Colors of #ebe4f5

#ebe4f5 #f5ebe4 #e4f5eb

Analogous Colors of #ebe4f5

#ebe4f5 #f4e4f5 #e4e6f5

Monochromatic Colors of #ebe4f5

#ebe4f5

Complementary Color

#ebe4f5 #eef5e4

#ebe4f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe4f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe4f5 Color CSS Codes

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

#ebe4f5 Text Font Color

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

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


#ebe4f5 Background Color

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

This div background color is #ebe4f5


#ebe4f5 Border Color

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

This div border color is #ebe4f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe4f5


Comments

No comments written yet.

Please login to write comment.