Color Hex Logo

#ebbff0 Color Hex

#EBBFF0
(235,191,240)
0 Favorites   0 Comments

Color spaces of #ebbff0

RGB 235191240
HSL0.820.620.85
HSV294°20°94°
CMYK 0.020.200.00   0.06
XYZ68.619961.215090.6371
Yxy61.21500.31120.2777
Hunter Lab78.240019.6322-13.9165
CIE-Lab82.494224.0023-18.3213

#ebbff0 color RGB value is (235,191,240).

#ebbff0 hex color red value is 235, green value is 191 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ebbff0 hue: 0.82 , saturation: 0.62 and the lightness value of ebbff0 is 0.85.

The process color (four color CMYK) of #ebbff0 color hex is 0.02, 0.20, 0.00, 0.06. Web safe color of #ebbff0 is #ffccff. Color #ebbff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11110000
Octal 353 277 360
Decimal 235 191 240
Hex EB BF F0

RGB Percentages of Color #ebbff0

%35.29
%28.68
%36.04

CMYK Percentages of Color #ebbff0

%2
%20
%0
%6

Triadic Colors of #ebbff0

#ebbff0 #f0ebbf #bff0eb

Analogous Colors of #ebbff0

#ebbff0 #f0bfdd #d3bff0

Monochromatic Colors of #ebbff0

#ebbff0

Complementary Color

#ebbff0 #c4f0bf

#ebbff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbff0 Color CSS Codes

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

#ebbff0 Text Font Color

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

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


#ebbff0 Background Color

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

This div background color is #ebbff0


#ebbff0 Border Color

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

This div border color is #ebbff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbff0


Comments

No comments written yet.

Please login to write comment.