Color Hex Logo

#ebbfe5 Color Hex

#EBBFE5
(235,191,229)
0 Favorites   0 Comments

Color spaces of #ebbfe5

RGB 235191229
HSL0.860.520.84
HSV308°19°92°
CMYK 0.000.190.03   0.08
XYZ67.034660.580982.2889
Yxy60.58090.31940.2886
Hunter Lab77.833717.5248-8.2001
CIE-Lab82.152921.9922-12.9465

#ebbfe5 color RGB value is (235,191,229).

#ebbfe5 hex color red value is 235, green value is 191 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ebbfe5 hue: 0.86 , saturation: 0.52 and the lightness value of ebbfe5 is 0.84.

The process color (four color CMYK) of #ebbfe5 color hex is 0.00, 0.19, 0.03, 0.08. Web safe color of #ebbfe5 is #ffcccc. Color #ebbfe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11100101
Octal 353 277 345
Decimal 235 191 229
Hex EB BF E5

RGB Percentages of Color #ebbfe5

%35.88
%29.16
%34.96

CMYK Percentages of Color #ebbfe5

%0
%19
%3
%8

Triadic Colors of #ebbfe5

#ebbfe5 #e5ebbf #bfe5eb

Analogous Colors of #ebbfe5

#ebbfe5 #ebbfcf #dbbfeb

Monochromatic Colors of #ebbfe5

#ebbfe5

Complementary Color

#ebbfe5 #bfebc5

#ebbfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfe5 Color CSS Codes

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

#ebbfe5 Text Font Color

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

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


#ebbfe5 Background Color

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

This div background color is #ebbfe5


#ebbfe5 Border Color

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

This div border color is #ebbfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfe5


Comments

No comments written yet.

Please login to write comment.