Color Hex Logo

#ebbef2 Color Hex

#EBBEF2
(235,190,242)
0 Favorites   0 Comments

Color spaces of #ebbef2

RGB 235190242
HSL0.810.670.85
HSV292°21°95°
CMYK 0.030.210.00   0.05
XYZ68.701460.899992.1383
Yxy60.89990.30980.2746
Hunter Lab78.038420.5760-15.3756
CIE-Lab82.324924.9095-19.6462

#ebbef2 color RGB value is (235,190,242).

#ebbef2 hex color red value is 235, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ebbef2 hue: 0.81 , saturation: 0.67 and the lightness value of ebbef2 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11110010
Octal 353 276 362
Decimal 235 190 242
Hex EB BE F2

RGB Percentages of Color #ebbef2

%35.23
%28.49
%36.28

CMYK Percentages of Color #ebbef2

%3
%21
%0
%5

Triadic Colors of #ebbef2

#ebbef2 #f2ebbe #bef2eb

Analogous Colors of #ebbef2

#ebbef2 #f2bedf #d1bef2

Monochromatic Colors of #ebbef2

#ebbef2

Complementary Color

#ebbef2 #c5f2be

#ebbef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbef2 Color CSS Codes

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

#ebbef2 Text Font Color

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

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


#ebbef2 Background Color

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

This div background color is #ebbef2


#ebbef2 Border Color

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

This div border color is #ebbef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbef2


Comments

No comments written yet.

Please login to write comment.