Color Hex Logo

#ebbefe Color Hex

#EBBEFE
(235,190,254)
0 Favorites   0 Comments

Color spaces of #ebbefe

RGB 235190254
HSL0.780.970.87
HSV282°25°100°
CMYK 0.070.250.00   0.00
XYZ70.563861.6448101.9455
Yxy61.64480.30140.2633
Hunter Lab78.514223.0251-22.0242
CIE-Lab82.724227.2072-25.4447

#ebbefe color RGB value is (235,190,254).

#ebbefe hex color red value is 235, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebbefe hue: 0.78 , saturation: 0.97 and the lightness value of ebbefe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11111110
Octal 353 276 376
Decimal 235 190 254
Hex EB BE FE

RGB Percentages of Color #ebbefe

%34.61
%27.98
%37.41

CMYK Percentages of Color #ebbefe

%7
%25
%0
%0

Triadic Colors of #ebbefe

#ebbefe #feebbe #befeeb

Analogous Colors of #ebbefe

#ebbefe #febef1 #cbbefe

Monochromatic Colors of #ebbefe

#ebbefe

Complementary Color

#ebbefe #d1febe

#ebbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbefe Color CSS Codes

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

#ebbefe Text Font Color

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

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


#ebbefe Background Color

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

This div background color is #ebbefe


#ebbefe Border Color

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

This div border color is #ebbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbefe

Related Colors


Comments

No comments written yet.

Please login to write comment.